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

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

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

Methods in com.togethersoft.openapi.sci.visitor with parameters of type SciTypeCastExpression
ObjectSciExpressionVisitor.visitTypeCastExpression(SciTypeCastExpression sciTypeCastExpression)
           Performs an action upon SciTypeCastExpression.
ObjectSciExpressionVisitorAdapter.visitTypeCastExpression(SciTypeCastExpression sciExpression)