Package ftl
Klasse Node.Visitor
java.lang.Object
ftl.Node.Visitor
- Umschließende Schnittstelle:
Node
-
Feldübersicht
-
Konstruktorübersicht
-
Methodenübersicht
-
Felddetails
-
visitUnparsedTokens
protected boolean visitUnparsedTokens
-
-
Konstruktordetails
-
Visitor
public Visitor()
-
-
Methodendetails
-
visit
Tries to invoke (via reflection) the appropriate visit(...) method defined in a subclass. If there is none, it just calls the recurse() routine.- Parameter:
node
- the Node to "visit"
-
recurse
Just recurses over (i.e. visits) the node's children- Parameter:
node
- the node we are traversing
-