Uses of Package
com.togethersoft.openapi.sci.enum

Packages that use com.togethersoft.openapi.sci.enum
com.togethersoft.openapi.sci 
com.togethersoft.openapi.sci.enum 
com.togethersoft.openapi.sci.visitor 

Classes in com.togethersoft.openapi.sci.enum used by com.togethersoft.openapi.sci
SciClass
          A source code class (interface).
SciCodeBlock
          A block of source code.
SciCompoundMember
          Represents a compound member used in .NET oriented languages.
SciContainer
          A generic container for the SCI model objects.
SciCppHelper
          This interface contains useful utility methods for C++ only.
SciDeclarationStatement
          
SciExpression
          SciExpression represents all possible types of expressions in a source code.
SciExpressionList
          Provides a set of methods for accessing information
about expressions for parameters in this expression of a function call.
SciExpressionListStatement
          Represents a sequence of expressions separated by commas.
SciFile
          Represents a file with source code, or compiled java class.
SciGenericFactory
          A creator of new source code parts of the model with the specified contents/properties.
SciInheritanceList
          SciInheritanceList is a container of references to the
extended or implemented interfaces, or to the extended classes.
SciJavaHelper
          This inteface contains useful utility Java-only methods.
SciJavaImportList
          SciJavaImportList represents a container of SciJavaImports.
SciLanguageHelper
          This interface contains useful utility language-dependent methods.
SciModel
          SciModel contains a set of starting-point methods for working with the
SCI model.
SciNetAttributeSection
          Represents .NET assembly attributes section.
SciPackage
          A container of source code files (for the Java language, it represents a Java package).
SciParameterList
          Represents a container of SciParameters (parameters of a function),
and provides methods for working with them.
SciScope
          A generic type of source code container.
SciTagList
          Provides a set of methods for working with SciTags.
SciThrowList
          Represents a container of SciThrowSpecifiers, and provides a set of methods for
working with them.
SciTryStatement
          Represents try/catch/fianlly statement.
 

Classes in com.togethersoft.openapi.sci.enum used by com.togethersoft.openapi.sci.enum
SciAccessorEnumeration
          Enumeration of SciAccessors.
SciAttributeEnumeration
          Enumeration of SciAttributes.
SciClassEnumeration
          Enumeration of SciClasses.
SciElementEnumeration
          Enumeration of SciElements.
SciExpressionEnumeration
          Enumeration of SciExpressions.
SciFileEnumeration
          Enumeration of SciFiles.
SciFunctionEnumeration
          Enumeration of SciFunctions.
SciInheritanceEnumeration
          Enumeration of SciInheritances.
SciInitializerEnumeration
          Enumeration of SciElements.
SciJavaImportEnumeration
          Enumeration of SciJavaImports.
SciMemberEnumeration
          Enumeration of SciMembers.
SciNetAttributeEnumeration
          Enumeration of SciNetAttributes.
SciOperationEnumeration
          Enumeration of SciOperations.
SciPackageEnumeration
          Enumeration of SciPackages.
SciParameterEnumeration
          Enumeration of SciParameters.
SciReferenceEnumeration
          Enumeration of SciReferences.
SciStatementEnumeration
          Enumeration of SciStatements.
SciTagEnumeration
          Enumeration of SciTags.
SciThrowSpecifierEnumeration
          Enumeration of SciThrowSpecifiers.
SciVariableEnumeration
          Enumeration of SciVariables.
 

Classes in com.togethersoft.openapi.sci.enum used by com.togethersoft.openapi.sci.visitor
SciVisitorUtil
          This class contains a set of useful static methods for accepting a visitor by an enumeration
of elements, expressions, statements or references.