| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | 
RuntimeServices.createNewParser()
Create a new parser instance.  | 
 Parser | 
RuntimeInstance.createNewParser()
Returns a JavaCC generated Parser.  | 
 Parser | 
ParserPoolImpl.get()
Call the wrapped pool.  | 
 Parser | 
ParserPool.get()
Retrieve an instance of a parser pool.  | 
| Methods in org.apache.velocity.runtime with parameters of type Parser | |
|---|---|
 void | 
ParserPoolImpl.put(Parser parser)
Call the wrapped pool.  | 
 void | 
ParserPool.put(Parser parser)
Return the parser to the pool so that it may be reused.  | 
| 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
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||