class
Handles number addition of nodes.
Please look at the Parser.jjt file which is
what controls the generation of this class.
class
Please look at the Parser.jjt file which is
what controls the generation of this class.
class
class
class
class
Represents all comments...
class
Numeric comparison support
class
This class is responsible for handling the pluggable
directives in VTL.
class
class
Handles number division of nodes
Please look at the Parser.jjt file which is
what controls the generation of this class.
class
This class is responsible for handling the ElseIf VTL control statement.
class
This class is responsible for handling the Else VTL control statement.
class
Handles arg1 == arg2
This operator requires that the LHS and RHS are both of the
same Class, both numbers or both coerce-able to strings.
class
This class is responsible for handling Escapes
in VTL.
class
This class is responsible for handling EscapedDirectives
in VTL.
class
class
class
Handles floating point numbers.
class
class
class
ASTIdentifier.java
Method support for identifiers : $foo
mainly used by ASTReference
Introspection is now moved to 'just in time' or at render / execution
time.
class
Please look at the Parser.jjt file which is
what controls the generation of this class.
class
class
This node is responsible for the bracket notation at the end of
a reference, e.g., $foo[1]
class
class
handles the range 'operator' [ n ..
class
class
class
class
AST Node for creating a map / dictionary.
class
Helps handle math
Please look at the Parser.jjt file which is
what controls the generation of this class.
class
ASTMethod.java
Method support for references : $foo.method()
NOTE :
introspection is now done at render time.
class
Handles modulus division
Please look at the Parser.jjt file which is
what controls the generation of this class.
class
Handles multiplication
Please look at the Parser.jjt file which is
what controls the generation of this class.
class
class
Handles arg1 != arg2
by negating evaluation of ASTEQNode
class
class
class
Please look at the Parser.jjt file which is
what controls the generation of this class.
class
class
class
This class is responsible for handling the references in
VTL ($foo).
class
Node for the #set directive
class
ASTStringLiteral support.
class
Handles subtraction of nodes (in #set() )
Please look at the Parser.jjt file which is
what controls the generation of this class.
class
class
This node holds the "Textblock" data which should not be interpreted by Velocity.
class
class
class
class