|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Node | |
| org.apache.velocity.runtime.parser | |
| org.apache.velocity.runtime.parser.node | |
| Uses of Node in org.apache.velocity.runtime.parser |
| Methods in org.apache.velocity.runtime.parser that return Node | |
Node |
Node.jjtGetParent()
|
Node |
Node.jjtGetChild(int i)
This method returns a child node. |
| Methods in org.apache.velocity.runtime.parser with parameters of type Node | |
void |
Node.jjtSetParent(Node n)
This pair of methods are used to inform the node of its parent. |
void |
Node.jjtAddChild(Node n,
int i)
This method tells the node to add its argument to the node's list of children. |
| Uses of Node in org.apache.velocity.runtime.parser.node |
| Subinterfaces of Node in org.apache.velocity.runtime.parser.node | |
interface |
Node
All AST nodes must implement this interface. |
| Classes in org.apache.velocity.runtime.parser.node that implement Node | |
class |
ASTAddNode
|
class |
ASTAndNode
Please look at the Parser.jjt file which is what controls the generation of this class. |
class |
ASTAssignment
|
class |
ASTBlock
|
class |
ASTComment
Represents all comments... |
class |
ASTDirective
This class is responsible for handling the pluggable directives in VTL. |
class |
ASTDivNode
Handles number division of nodes Please look at the Parser.jjt file which is what controls the generation of this class. |
class |
ASTElseIfStatement
This class is responsible for handling the ElseIf VTL control statement. |
class |
ASTElseStatement
This class is responsible for handling the Else VTL control statement. |
class |
ASTEQNode
Handles arg1 == arg2
This operator requires that the LHS and RHS are both of the
same Class OR both are subclasses of java.lang.Number |
class |
ASTEscape
This class is responsible for handling Escapes in VTL. |
class |
ASTEscapedDirective
This class is responsible for handling EscapedDirectives in VTL. |
class |
ASTExpression
|
class |
ASTFalse
|
class |
ASTFloatingPointLiteral
Handles floating point numbers. |
class |
ASTGENode
Handles arg1 >= arg2 Only subclasses of Number can be compared. Please look at the Parser.jjt file which is what controls the generation of this class. |
class |
ASTGTNode
Handles arg1 > arg2 Only subclasses of Number can be compared. Please look at the Parser.jjt file which is what controls the generation of this class. |
class |
ASTIdentifier
ASTIdentifier.java Method support for identifiers : $foo mainly used by ASTRefrence Introspection is now moved to 'just in time' or at render / execution time. |
class |
ASTIfStatement
|
class |
ASTIncludeStatement
|
class |
ASTIntegerLiteral
Handles integer numbers. |
class |
ASTIntegerRange
|
class |
ASTLENode
Handles arg1 <= arg2 Only subclasses of Number can be compared. Please look at the Parser.jjt file which is what controls the generation of this class. |
class |
ASTLTNode
Handles arg1 < arg2 Only subclasses of Number can be compared. Please look at the Parser.jjt file which is what controls the generation of this class. |
class |
ASTMap
AST Node for creating a map / dictionary. |
class |
ASTMethod
ASTMethod.java Method support for references : $foo.method() NOTE : introspection is now done at render time. |
class |
ASTModNode
|
class |
ASTMulNode
Handles multiplication Please look at the Parser.jjt file which is what controls the generation of this class. |
class |
ASTNENode
Handles arg1 != arg2
This operator requires that the LHS and RHS are both of the
same Class OR both are subclasses of java.lang.Number |
class |
ASTNotNode
|
class |
ASTObjectArray
|
class |
ASTOrNode
Please look at the Parser.jjt file which is what controls the generation of this class. |
class |
ASTParameters
|
class |
ASTprocess
|
class |
ASTReference
This class is responsible for handling the references in VTL ($foo). |
class |
ASTSetDirective
Node for the #set directive |
class |
ASTStop
This class is responsible for handling the #stop directive Please look at the Parser.jjt file which is what controls the generation of this class. |
class |
ASTStringLiteral
ASTStringLiteral support. |
class |
ASTSubtractNode
Handles subtraction of nodes (in #set() ) Please look at the Parser.jjt file which is what controls the generation of this class. |
class |
ASTText
|
class |
ASTTrue
|
class |
ASTVariable
|
class |
ASTWord
|
class |
SimpleNode
|
| Methods in org.apache.velocity.runtime.parser.node that return Node | |
Node |
SimpleNode.jjtGetParent()
|
Node |
SimpleNode.jjtGetChild(int i)
|
| Methods in org.apache.velocity.runtime.parser.node with parameters of type Node | |
void |
SimpleNode.jjtSetParent(Node n)
|
void |
SimpleNode.jjtAddChild(Node n,
int i)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||