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

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

Uses of SciFunctionCallExpression in com.togethersoft.openapi.sci
 

Methods in com.togethersoft.openapi.sci that return SciFunctionCallExpression
static SciFunctionCallExpressionSciUtil.getFunctionCallFromReference(SciReferenceExpression referenceExpression)
          Returns a SciFunctionCallExpression for the specified reference to a function.
 

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

Methods in com.togethersoft.openapi.sci.visitor with parameters of type SciFunctionCallExpression
ObjectSciExpressionVisitor.visitFunctionCallExpression(SciFunctionCallExpression sciFunctionCallExpression)
          Performs an action upon SciFunctionCallExpression.
ObjectSciExpressionVisitorAdapter.visitFunctionCallExpression(SciFunctionCallExpression sciExpression)