Uses of Class
com.togethersoft.openapi.sci.enum.SciExpressionEnumeration

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

Uses of SciExpressionEnumeration in com.togethersoft.openapi.sci
 

Methods in com.togethersoft.openapi.sci that return SciExpressionEnumeration
SciExpressionEnumerationSciExpression.operands()
          
SciExpressionEnumerationSciExpressionList.expressions()
          Returns an enumeration of SciExpressions for parameters in a function call expression.
SciExpressionEnumerationSciExpressionListStatement.expressions()
          
 

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

Methods in com.togethersoft.openapi.sci.visitor with parameters of type SciExpressionEnumeration
static voidSciVisitorUtil.acceptToAll(SciExpressionEnumeration enum, SciExpressionVisitor visitor)
          Makes each SciExpression from the specified enumeration accept the specified visitor.
static ObjectSciVisitorUtil.acceptUntilStop(SciExpressionEnumeration enum, SciExpressionVisitor visitor)
          Makes each SciExpression from the specified enumeration accept the specified visitor until
the result of accepting is equal to the static variable STOP.