Uses of Interface
net.sourceforge.pmd.lang.velocity.ast.VtlNode
-
Packages that use VtlNode Package Description net.sourceforge.pmd.lang.velocity.ast -
-
Uses of VtlNode in net.sourceforge.pmd.lang.velocity.ast
Classes in net.sourceforge.pmd.lang.velocity.ast that implement VtlNode Modifier and Type Class Description classASTAddNodeHandles number addition of nodes.classASTAndNodeclassASTAssignmentclassASTBlockclassASTCommentclassASTDirectiveThis class is responsible for handling the pluggable directives in VTL.classASTDivNodeHandles number division of nodesclassASTElseIfStatementclassASTElseStatementclassASTEQNodeclassASTEscapeThis class is responsible for handling Escapes in VTL.classASTEscapedDirectiveclassASTExpressionclassASTFalseclassASTFloatingPointLiteralclassASTForeachStatementclassASTGENodeclassASTGTNodeclassASTIdentifierclassASTIfStatementclassASTIndexclassASTIntegerLiteralclassASTIntegerRangeclassASTLENodeclassASTLTNodeclassASTMapclassASTMethodASTMethod.javaclassASTModNodeHandles modulus divisionclassASTMulNodeHandles multiplicationclassASTNENodeclassASTNotNodeclassASTObjectArrayclassASTOrNodeclassASTReferenceThis class is responsible for handling the references in VTL ($foo).classASTSetDirectiveclassASTStringLiteralASTStringLiteral support.classASTSubtractNodeHandles subtraction of nodes (in #set() )
Please look at the Parser.jjt file which is what controls the generation of this class.classASTTemplateclassASTTextclassASTTextblockclassASTTrueclassASTWordMethods in net.sourceforge.pmd.lang.velocity.ast that return VtlNode Modifier and Type Method Description VtlNodeVtlParserImpl. Directive()Deprecated.Supports the Pluggable Directives #foo( arg+ )Methods in net.sourceforge.pmd.lang.velocity.ast with parameters of type VtlNode Modifier and Type Method Description default RVtlVisitor. visitVtlNode(VtlNode node, P data)
-