|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--parser.ExpressionParser.Visitor
A visitor of the visitor design pattern.
Constructor Summary | |
ExpressionParser.Visitor()
|
Method Summary | |
void |
visit(ExpressionParser.Node node)
The visit method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExpressionParser.Visitor()
Method Detail |
public void visit(ExpressionParser.Node node)
visitor
, that have only one argument whose type is compatible with node
, and that have no throws clause.
node
- the node that the visitor visits.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |