|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExpressionVisitor
Visitor interface for objects that visit each sub-expression of an Expression instance, performing some computation or data collection.
| Method Summary | |
|---|---|
void |
down()
Callback to signal that the visitor has just descended a level in the Expression tree. |
void |
up()
Callback to signal that the visitor has just ascended a level in the Expression tree. |
void |
visitExpression(Expression expr)
Callback made when visiting a particular expression. |
| Method Detail |
|---|
void visitExpression(Expression expr)
expr - the expression currently being visited.void down()
void up()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||