Uses of Package
org.apache.velocity.runtime.parser.node

Packages that use org.apache.velocity.runtime.parser.node
org.apache.velocity.runtime   
org.apache.velocity.runtime.directive   
org.apache.velocity.runtime.parser   
org.apache.velocity.runtime.parser.node   
org.apache.velocity.runtime.visitor   
org.apache.velocity.util.introspection   
 

Classes in org.apache.velocity.runtime.parser.node used by org.apache.velocity.runtime
SimpleNode
           
 

Classes in org.apache.velocity.runtime.parser.node used by org.apache.velocity.runtime.directive
Node
          This file describes the interface between the Velocity code and the JavaCC generated code.
SimpleNode
           
 

Classes in org.apache.velocity.runtime.parser.node used by org.apache.velocity.runtime.parser
ASTAddNode
           
ASTAndNode
          Please look at the Parser.jjt file which is what controls the generation of this class.
ASTAssignment
           
ASTBlock
           
ASTComment
          Represents all comments...
ASTDirective
          This class is responsible for handling the pluggable directives in VTL.
ASTDivNode
          Handles number division of nodes

Please look at the Parser.jjt file which is what controls the generation of this class.
ASTElseIfStatement
          This class is responsible for handling the ElseIf VTL control statement.
ASTElseStatement
          This class is responsible for handling the Else VTL control statement.
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
ASTEscape
          This class is responsible for handling Escapes in VTL.
ASTEscapedDirective
          This class is responsible for handling EscapedDirectives in VTL.
ASTExpression
           
ASTFalse
           
ASTFloatingPointLiteral
          Handles floating point numbers.
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.
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.
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.
ASTIfStatement
           
ASTIntegerLiteral
          Handles integer numbers.
ASTIntegerRange
          handles the range 'operator' [ n ..
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.
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.
ASTMap
          AST Node for creating a map / dictionary.
ASTMethod
          ASTMethod.java Method support for references : $foo.method() NOTE : introspection is now done at render time.
ASTModNode
           
ASTMulNode
          Handles multiplication

Please look at the Parser.jjt file which is what controls the generation of this 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
ASTNotNode
           
ASTObjectArray
           
ASTOrNode
          Please look at the Parser.jjt file which is what controls the generation of this class.
ASTprocess
           
ASTReference
          This class is responsible for handling the references in VTL ($foo).
ASTSetDirective
          Node for the #set directive
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.
ASTStringLiteral
          ASTStringLiteral support.
ASTSubtractNode
          Handles subtraction of nodes (in #set() )

Please look at the Parser.jjt file which is what controls the generation of this class.
ASTText
           
ASTTrue
           
ASTWord
           
SimpleNode
           
 

Classes in org.apache.velocity.runtime.parser.node used by org.apache.velocity.runtime.parser.node
AbstractExecutor
          Abstract class that is used to execute an arbitrary method that is in introspected.
Node
          This file describes the interface between the Velocity code and the JavaCC generated code.
PropertyExecutor
          Returned the value of object property when executed.
SetExecutor
          Abstract class that is used to execute an arbitrary method that is in introspected.
SimpleNode
           
 

Classes in org.apache.velocity.runtime.parser.node used by org.apache.velocity.runtime.visitor
ASTAddNode
           
ASTAndNode
          Please look at the Parser.jjt file which is what controls the generation of this class.
ASTAssignment
           
ASTBlock
           
ASTComment
          Represents all comments...
ASTDirective
          This class is responsible for handling the pluggable directives in VTL.
ASTDivNode
          Handles number division of nodes

Please look at the Parser.jjt file which is what controls the generation of this class.
ASTElseIfStatement
          This class is responsible for handling the ElseIf VTL control statement.
ASTElseStatement
          This class is responsible for handling the Else VTL control statement.
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
ASTEscape
          This class is responsible for handling Escapes in VTL.
ASTEscapedDirective
          This class is responsible for handling EscapedDirectives in VTL.
ASTExpression
           
ASTFalse
           
ASTFloatingPointLiteral
          Handles floating point numbers.
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.
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.
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.
ASTIfStatement
           
ASTIntegerLiteral
          Handles integer numbers.
ASTIntegerRange
          handles the range 'operator' [ n ..
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.
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.
ASTMap
          AST Node for creating a map / dictionary.
ASTMethod
          ASTMethod.java Method support for references : $foo.method() NOTE : introspection is now done at render time.
ASTModNode
           
ASTMulNode
          Handles multiplication

Please look at the Parser.jjt file which is what controls the generation of this 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
ASTNotNode
           
ASTObjectArray
           
ASTOrNode
          Please look at the Parser.jjt file which is what controls the generation of this class.
ASTprocess
           
ASTReference
          This class is responsible for handling the references in VTL ($foo).
ASTSetDirective
          Node for the #set directive
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.
ASTStringLiteral
          ASTStringLiteral support.
ASTSubtractNode
          Handles subtraction of nodes (in #set() )

Please look at the Parser.jjt file which is what controls the generation of this class.
ASTText
           
ASTTrue
           
ASTWord
           
SimpleNode
           
 

Classes in org.apache.velocity.runtime.parser.node used by org.apache.velocity.util.introspection
AbstractExecutor
          Abstract class that is used to execute an arbitrary method that is in introspected.
SetExecutor
          Abstract class that is used to execute an arbitrary method that is in introspected.
 



Copyright © 2000-2007 The Apache Software Foundation. All Rights Reserved.