| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use SciExpressionVisitor | |
| com.togethersoft.openapi.sci | |
| com.togethersoft.openapi.sci.visitor | |
| Uses of SciExpressionVisitor in com.togethersoft.openapi.sci |
| Methods in com.togethersoft.openapi.sci with parameters of type SciExpressionVisitor | |
Object | SciExpression.accept(SciExpressionVisitor visitor)"Accepts" a visitor, calling up its visitXXX method corresponding to the kind of this expression. |
void | SciScope.visitExpressions(SciExpressionVisitor visitor, int expressionKind) |
void | SciScope.visitExpressions(SciExpressionVisitor visitor) |
void | SciStatement.visitExpressions(SciExpressionVisitor visitor, int expressionKind) |
void | SciStatement.visitExpressions(SciExpressionVisitor visitor) |
| Uses of SciExpressionVisitor in com.togethersoft.openapi.sci.visitor |
| Classes in com.togethersoft.openapi.sci.visitor that implement SciExpressionVisitor | |
class | SciExpressionVisitorAdapterAn empty implementation of SciExpressionVisitor interface. |
| Methods in com.togethersoft.openapi.sci.visitor with parameters of type SciExpressionVisitor | |
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 | ||||||||