|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.owasp.orizon.mirage.c.parser.Nodes.Visitor
public abstract static class Nodes.Visitor
An abstract base class for classes that implement the visitor pattern.
Constructor Summary | |
---|---|
Nodes.Visitor()
|
Method Summary | |
---|---|
protected void |
fallback(Node node)
This method is invoked if a handler has no visit method defined for a given Node type. |
void |
recurse(Node node)
|
void |
visit(Node node)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Nodes.Visitor()
Method Detail |
---|
public void visit(Node node)
public void recurse(Node node)
protected void fallback(Node node)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |