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,
and so on).
SciExpression
          SciExpression represents all possible types of expressions in a source code.
SciScope
          A generic type of source code container.
SciStatement
          A statement in the source code.
 

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.