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.ObjectParserVisitor. 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.ObjectBaseVisitor. visit(ASTDirective node, java.lang.Object data)java.lang.ObjectNodeViewMode. visit(ASTDirective node, java.lang.Object data)
-