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

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

Uses of SciTypeExpression in com.togethersoft.openapi.sci
 

Methods in com.togethersoft.openapi.sci that return SciTypeExpression
SciTypeExpressionSciTypeCastExpression.getCastTo()
           Returns SciTypeExpression for the type to which the expression is casting.
 

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

Methods in com.togethersoft.openapi.sci.visitor with parameters of type SciTypeExpression
ObjectSciExpressionVisitor.visitTypeExpression(SciTypeExpression sciTypeExpression)
           Performs an action upon SciTypeExpression.
ObjectSciExpressionVisitorAdapter.visitTypeExpression(SciTypeExpression sciExpression)