Package | Description |
---|---|
org.apache.velocity.runtime | |
org.apache.velocity.runtime.parser | |
org.apache.velocity.runtime.parser.node |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
Parser |
ParserTokenManager.parser
The parser.
|
Constructor and Description |
---|
ParserTokenManager(Parser parserArg,
CharStream stream)
Constructor with parser.
|
ParserTokenManager(Parser parserArg,
CharStream stream,
int lexState)
Constructor with parser.
|
Modifier and Type | Field and Description |
---|---|
protected Parser |
SimpleNode.parser |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.