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

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

Classes in com.togethersoft.openapi.sci.visitor used by com.togethersoft.openapi.sci
SciElement
           A generic element of a program (class, function, variable etc).
SciExpression
           SciExpression represents all posible types of expressions in a source code.
SciScope
           A generic type of source code container.
SciStatement
          
 

Classes in com.togethersoft.openapi.sci.visitor used by com.togethersoft.openapi.sci.visitor
SciElementVisitorAdapter
           SciElementVisitorAdapter class extends SciElementVisitor functionality by providing an additional method visitElement.
SciExpressionVisitorAdapter
           An empty implementation of SciExpressionVisitor interface.
SciStatementVisitorAdapter
           An empty implementation of SciStatementVisitor interface.
SciVisitorUtil
           This class contains a set of useful static methods for accepting a visitor by an enumeration of elements, expressions, statements or references.