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

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

Uses of SciNewExpression in com.togethersoft.openapi.sci
 

Methods in com.togethersoft.openapi.sci with parameters of type SciNewExpression
SciClassSciJavaHelper.getAnonymousClass(SciNewExpression expression)
          Retrieve an operand of SciNewExpression that creates an instance of an anonymous class
and represents it as SciClass.
 

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)