Uses of Class
com.togethersoft.openapi.sci.visitor.SciStatementVisitor

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

Uses of SciStatementVisitor in com.togethersoft.openapi.sci
 

Methods in com.togethersoft.openapi.sci with parameters of type SciStatementVisitor
voidSciScope.visitStatements(SciStatementVisitor visitor, int statementKind)
          
voidSciScope.visitStatements(SciStatementVisitor visitor)
          
ObjectSciStatement.accept(SciStatementVisitor visitor)
          
 

Uses of SciStatementVisitor in com.togethersoft.openapi.sci.visitor
 

Classes in com.togethersoft.openapi.sci.visitor that implement SciStatementVisitor
class SciStatementVisitorAdapter
           An empty implementation of SciStatementVisitor interface.
 

Methods in com.togethersoft.openapi.sci.visitor with parameters of type SciStatementVisitor
static voidSciVisitorUtil.acceptToAll(SciStatementEnumeration enum, SciStatementVisitor visitor)
           Makes each SciStatement from the specified enumeration accept the specified visitor.
static ObjectSciVisitorUtil.acceptUntilStop(SciStatementEnumeration enum, SciStatementVisitor visitor)
           Makes each SciStatement from the specified enumeration accept the specified visitor until the result of accepting is equal to the static variable STOP.