Uses of Class
org.apache.velocity.runtime.parser.Parser

Packages that use Parser
org.apache.velocity.runtime   
org.apache.velocity.runtime.parser.node   
 

Uses of Parser in org.apache.velocity.runtime
 

Methods in org.apache.velocity.runtime that return Parser
 Parser RuntimeInstance.createNewParser()
          Returns a JavaCC generated Parser.
 Parser RuntimeServices.createNewParser()
          Create a new parser instance.
 Parser ParserPool.get()
          Retrieve an instance of a parser pool.
 Parser ParserPoolImpl.get()
          Call the wrapped pool.
 

Methods in org.apache.velocity.runtime with parameters of type Parser
 void ParserPool.put(Parser parser)
          Return the parser to the pool so that it may be reused.
 void ParserPoolImpl.put(Parser parser)
          Call the wrapped pool.
 

Uses of Parser in org.apache.velocity.runtime.parser.node
 

Fields in org.apache.velocity.runtime.parser.node declared as Parser
protected  Parser SimpleNode.parser
           
 

Constructors in org.apache.velocity.runtime.parser.node with parameters of type Parser
ASTAddNode(Parser p, int id)
           
ASTAndNode(Parser p, int id)
           
ASTAssignment(Parser p, int id)
           
ASTBlock(Parser p, int id)
           
ASTComment(Parser p, int id)
           
ASTDirective(Parser p, int id)
           
ASTDivNode(Parser p, int id)
           
ASTElseIfStatement(Parser p, int id)
           
ASTElseStatement(Parser p, int id)
           
ASTEQNode(Parser p, int id)
           
ASTEscape(Parser p, int id)
           
ASTEscapedDirective(Parser p, int id)
           
ASTExpression(Parser p, int id)
           
ASTFalse(Parser p, int id)
           
ASTFloatingPointLiteral(Parser p, int id)
           
ASTGENode(Parser p, int id)
           
ASTGTNode(Parser p, int id)
           
ASTIdentifier(Parser p, int id)
           
ASTIfStatement(Parser p, int id)
           
ASTIncludeStatement(Parser p, int id)
           
ASTIntegerLiteral(Parser p, int id)
           
ASTIntegerRange(Parser p, int id)
           
ASTLENode(Parser p, int id)
           
ASTLTNode(Parser p, int id)
           
ASTMap(Parser p, int id)
           
ASTMethod(Parser p, int id)
           
ASTModNode(Parser p, int id)
           
ASTMulNode(Parser p, int id)
           
ASTNENode(Parser p, int id)
           
ASTNotNode(Parser p, int id)
           
ASTObjectArray(Parser p, int id)
           
ASTOrNode(Parser p, int id)
           
ASTParameters(Parser p, int id)
           
ASTprocess(Parser p, int id)
           
ASTReference(Parser p, int id)
           
ASTSetDirective(Parser p, int id)
           
ASTStop(Parser p, int id)
           
ASTStringLiteral(Parser p, int id)
           
ASTSubtractNode(Parser p, int id)
           
ASTText(Parser p, int id)
           
ASTTrue(Parser p, int id)
           
ASTVariable(Parser p, int id)
           
ASTWord(Parser p, int id)
           
SimpleNode(Parser p, int i)
           
 



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