Package net.sourceforge.pmd.lang.velocity.ast
package net.sourceforge.pmd.lang.velocity.ast
-
ClassDescriptionHandles number addition of nodes.This class is responsible for handling the pluggable directives in VTL.Handles number division of nodesThis class is responsible for handling Escapes in VTL.ASTMethod.javaHandles modulus divisionHandles multiplicationThis class is responsible for handling the references in VTL ($foo).ASTStringLiteral support.Handles subtraction of nodes (in #set() )
Please look at the Parser.jjt file which is what controls the generation of this class.Adapter for the VtlParser.Deprecated.Since 7.5.0.Token kinds (JavaccToken.kind) for this language.VtlVisitor<P,R> VtlVisitorBase<P,R>