Uses of Class
com.togethersoft.openapi.sci.SciSwitchStatement

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

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

Methods in com.togethersoft.openapi.sci.visitor with parameters of type SciSwitchStatement
ObjectSciStatementVisitor.visitSwitchStatement(SciSwitchStatement sciSwitchStatement)
           Performs an action upon SciSwitchStatement.
ObjectSciStatementVisitorAdapter.visitSwitchStatement(SciSwitchStatement sciStatement)