Uses of Interface
org.apache.velocity.runtime.parser.Parser
- 
Packages that use Parser Package Description org.apache.velocity.runtime org.apache.velocity.runtime.parser org.apache.velocity.runtime.parser.node 
- 
- 
Uses of Parser in org.apache.velocity.runtimeMethods in org.apache.velocity.runtime that return Parser Modifier and Type Method Description ParserRuntimeInstance. createNewParser()Returns a JavaCC generated Parser.ParserRuntimeServices. createNewParser()Create a new parser instance.ParserParserPool. get()Retrieve an instance of a parser pool.ParserParserPoolImpl. get()Call the wrapped pool.Methods in org.apache.velocity.runtime with parameters of type Parser Modifier and Type Method Description voidParserPool. put(Parser parser)Return the parser to the pool so that it may be reused.voidParserPoolImpl. put(Parser parser)Call the wrapped pool.
- 
Uses of Parser in org.apache.velocity.runtime.parserClasses in org.apache.velocity.runtime.parser that implement Parser Modifier and Type Class Description classStandardParserThis class is responsible for parsing a Velocity template.
- 
Uses of Parser in org.apache.velocity.runtime.parser.nodeFields in org.apache.velocity.runtime.parser.node declared as Parser Modifier and Type Field Description protected ParserSimpleNode. parserMethods in org.apache.velocity.runtime.parser.node that return Parser Modifier and Type Method Description ParserNode. getParser()ParserSimpleNode. getParser()Methods in org.apache.velocity.runtime.parser.node with parameters of type Parser Modifier and Type Method Description static StringBuilderNodeUtils. getSpecialText(Parser parser, Token t)Collect all the <SPECIAL_TOKEN>s that are carried along with a token.static StringNodeUtils. tokenLiteral(Parser parser, Token t)complete node literal
 
-