public interface ParserContext
| Modifier and Type | Method and Description |
|---|---|
Object |
peek()
This method accesses the current component
from the context and returns it to the caller.
|
Object |
pop()
This method removes a component from the context
and returns it to the caller.
|
void |
push(Object obj)
This method adds a component to the parser
context.
|
Object pop()
Object peek()
void push(Object obj)
obj - The new componentCopyright © 2014. All Rights Reserved.