public interface ParserPool
| 限定符和类型 | 方法和说明 |
|---|---|
Parser |
get()
Retrieve an instance of a parser pool.
|
void |
initialize(RuntimeServices svc)
Initialize the pool so that it can begin serving parser instances.
|
void |
put(Parser parser)
Return the parser to the pool so that it may be reused.
|
void initialize(RuntimeServices svc)
svc - Parser get()
void put(Parser parser)
parser -