|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.expression.ExNodeVisitor
Visitor for traversing ExNodes.
Constructor Summary | |
ExNodeVisitor()
|
Method Summary | |
protected void |
visitExFunction_ListMutator(ExFunction.ListMutator node)
Called when an ExFunction.ListMutator is encountered |
void |
visitExNode(ExNode node)
Called to visit an ExNode. |
protected void |
visitExReference(ExReference node)
Called when an ExReference is encountered |
protected void |
visitExSet(ExSet node)
Called when an ExSet is encountered |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExNodeVisitor()
Method Detail |
public void visitExNode(ExNode node)
protected void visitExReference(ExReference node)
protected void visitExSet(ExSet node)
protected void visitExFunction_ListMutator(ExFunction.ListMutator node)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |