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

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

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

Methods in com.togethersoft.openapi.sci.visitor with parameters of type SciNewExpression
ObjectSciExpressionVisitor.visitNewExpression(SciNewExpression sciNewExpression)
           Performs an action upon SciNewExpression.
ObjectSciExpressionVisitorAdapter.visitNewExpression(SciNewExpression sciExpression)