Uses of Class
org.apache.velocity.runtime.parser.Parser
-
Packages that use Parser Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Field Description protected Parser
SimpleNode. parser
-