Uses of Class
org.apache.velocity.runtime.parser.node.ASTDirective
-
Packages that use ASTDirective Package Description org.apache.velocity.runtime.parser.node org.apache.velocity.runtime.visitor -
-
Uses of ASTDirective in org.apache.velocity.runtime.parser.node
Methods in org.apache.velocity.runtime.parser.node with parameters of type ASTDirective Modifier and Type Method Description java.lang.Object
ParserVisitor. visit(ASTDirective node, java.lang.Object data)
-
Uses of ASTDirective in org.apache.velocity.runtime.visitor
Methods in org.apache.velocity.runtime.visitor with parameters of type ASTDirective Modifier and Type Method Description java.lang.Object
BaseVisitor. visit(ASTDirective node, java.lang.Object data)
java.lang.Object
NodeViewMode. visit(ASTDirective node, java.lang.Object data)
-