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 a source code.
SciContainer
           A generic container for the SCI model objects.
SciDeclarationStatement
          
SciExpression
           SciExpression represents all posible 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.
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 exteded 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 inteface contains useful utility language-dependent methods.
SciModel
           SciModel contains a set of starting-point methods for working with the SCI model.
SciPackage
           A container of source code files (for Java language 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
           Represenets a container of SciThrowSpecifiers, and provides a set of methods for working with them.
SciTryStatement
           Represents statement of SciStatementKind.TRY kind.
 

Classes in com.togethersoft.openapi.sci.enum used by com.togethersoft.openapi.sci.enum
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.
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.