| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SimpleNode in org.apache.velocity.runtime | 
|---|
| Methods in org.apache.velocity.runtime that return SimpleNode | |
|---|---|
|  SimpleNode | RuntimeInstance.parse(Reader reader,
      String templateName)Parse the input and return the root of AST node structure. | 
| static SimpleNode | RuntimeSingleton.parse(Reader reader,
      String templateName)Parse the input and return the root of AST node structure. | 
| static SimpleNode | Runtime.parse(Reader reader,
      String templateName)Deprecated. Parse the input and return the root of AST node structure. | 
|  SimpleNode | RuntimeServices.parse(Reader reader,
      String templateName)Parse the input and return the root of AST node structure. | 
|  SimpleNode | RuntimeInstance.parse(Reader reader,
      String templateName,
      boolean dumpNamespace)Parse the input and return the root of the AST node structure. | 
| static SimpleNode | RuntimeSingleton.parse(Reader reader,
      String templateName,
      boolean dumpNamespace)Parse the input and return the root of the AST node structure. | 
| static SimpleNode | Runtime.parse(Reader reader,
      String templateName,
      boolean dumpNamespace)Deprecated. Parse the input and return the root of the AST node structure. | 
|  SimpleNode | RuntimeServices.parse(Reader reader,
      String templateName,
      boolean dumpNamespace)Parse the input and return the root of the AST node structure. | 
| Uses of SimpleNode in org.apache.velocity.runtime.directive | 
|---|
| Methods in org.apache.velocity.runtime.directive that return SimpleNode | |
|---|---|
|  SimpleNode | VMProxyArg.getNodeTree() | 
| Methods in org.apache.velocity.runtime.directive with parameters of type SimpleNode | |
|---|---|
|  void | VelocimacroProxy.setNodeTree(SimpleNode tree) | 
| Uses of SimpleNode in org.apache.velocity.runtime.parser | 
|---|
| Methods in org.apache.velocity.runtime.parser that return SimpleNode | |
|---|---|
|  SimpleNode | Parser.Directive()Supports the Pluggable Directives #foo( arg+ ) | 
|  SimpleNode | Parser.parse(Reader reader,
      String templateName)This was also added to allow parsers to be re-usable. | 
|  SimpleNode | Parser.process()This method is what starts the whole parsing process. | 
| Methods in org.apache.velocity.runtime.parser with parameters of type SimpleNode | |
|---|---|
|  Object | ParserVisitor.visit(SimpleNode node,
      Object data) | 
| Uses of SimpleNode in org.apache.velocity.runtime.parser.node | 
|---|
| Subclasses of SimpleNode in org.apache.velocity.runtime.parser.node | |
|---|---|
|  class | ASTAddNode | 
|  class | ASTAndNodePlease look at the Parser.jjt file which is what controls the generation of this class. | 
|  class | ASTAssignment | 
|  class | ASTBlock | 
|  class | ASTCommentRepresents all comments... | 
|  class | ASTDirectiveThis class is responsible for handling the pluggable directives in VTL. | 
|  class | ASTDivNodeHandles number division of nodes Please look at the Parser.jjt file which is what controls the generation of this class. | 
|  class | ASTElseIfStatementThis class is responsible for handling the ElseIf VTL control statement. | 
|  class | ASTElseStatementThis class is responsible for handling the Else VTL control statement. | 
|  class | ASTEQNodeHandles arg1  == arg2This operator requires that the LHS and RHS are both of the
  same Class OR both are subclasses of java.lang.Number | 
|  class | ASTEscapeThis class is responsible for handling Escapes in VTL. | 
|  class | ASTEscapedDirectiveThis class is responsible for handling EscapedDirectives in VTL. | 
|  class | ASTExpression | 
|  class | ASTFalse | 
|  class | ASTFloatingPointLiteralHandles floating point numbers. | 
|  class | ASTGENodeHandles 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 | ASTGTNodeHandles 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 | ASTIdentifierASTIdentifier.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 | ASTIntegerLiteralHandles integer numbers. | 
|  class | ASTIntegerRangehandles the range 'operator' [ n .. | 
|  class | ASTLENodeHandles 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 | ASTLTNodeHandles 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 | ASTMapAST Node for creating a map / dictionary. | 
|  class | ASTMethodASTMethod.java Method support for references : $foo.method() NOTE : introspection is now done at render time. | 
|  class | ASTModNode | 
|  class | ASTMulNodeHandles multiplication Please look at the Parser.jjt file which is what controls the generation of this class. | 
|  class | ASTNENodeHandles arg1  != arg2This 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 | ASTOrNodePlease look at the Parser.jjt file which is what controls the generation of this class. | 
|  class | ASTParameters | 
|  class | ASTprocess | 
|  class | ASTReferenceThis class is responsible for handling the references in VTL ($foo). | 
|  class | ASTSetDirectiveNode for the #set directive | 
|  class | ASTStopThis 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 | ASTStringLiteralASTStringLiteral support. | 
|  class | ASTSubtractNodeHandles 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 | 
| Uses of SimpleNode in org.apache.velocity.runtime.visitor | 
|---|
| Methods in org.apache.velocity.runtime.visitor with parameters of type SimpleNode | |
|---|---|
|  Object | BaseVisitor.visit(SimpleNode node,
      Object data) | 
|  Object | NodeViewMode.visit(SimpleNode node,
      Object data) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||