|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TokenVisitor
| Method Summary | |
|---|---|
boolean |
follow(ArcToken child)
Returns true if the arc token should be followed. |
void |
visit(ArcToken token)
Visits the given ArcToken. |
void |
visit(NodeToken token)
Visits the given NodeToken. |
| Method Detail |
|---|
void visit(NodeToken token)
NodeToken.
token - The NodeToken being visited.void visit(ArcToken token)
ArcToken.
token - The ArcToken being visited.boolean follow(ArcToken child)
child - The child arc token in question
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||