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

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

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

Methods in com.togethersoft.openapi.sci.visitor with parameters of type SciIfStatement
ObjectSciStatementVisitor.visitIfStatement(SciIfStatement sciIfStatement)
           Performs an action upon SciIfStatement.
ObjectSciStatementVisitorAdapter.visitIfStatement(SciIfStatement sciStatement)