| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
SciExpressionEnumeration | SciExpression.operands() |
SciExpressionEnumeration | SciExpressionList.expressions()Returns an enumeration of SciExpressions for parameters in a function call expression. |
SciExpressionEnumeration | SciExpressionListStatement.expressions() |
| Uses of SciExpressionEnumeration in com.togethersoft.openapi.sci.visitor |
| Methods in com.togethersoft.openapi.sci.visitor with parameters of type SciExpressionEnumeration | |
static void | SciVisitorUtil.acceptToAll(SciExpressionEnumeration enum, SciExpressionVisitor visitor)Makes each SciExpression from the specified enumeration accept the specified visitor. |
static Object | SciVisitorUtil.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. |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||