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

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

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

Methods in com.togethersoft.openapi.sci.visitor with parameters of type SciThrowStatement
ObjectSciStatementVisitor.visitThrowStatement(SciThrowStatement sciThrowStatement)
           Performs an action upon SciThrowStatement.
ObjectSciStatementVisitorAdapter.visitThrowStatement(SciThrowStatement sciStatement)