Modifier and Type | Field and Description |
---|---|
protected final SkipParser |
Access | Constructor and Description |
---|---|
protected |
Modifier and Type | Method and Description |
---|---|
public void | skipAction()
Implements org. |
protected abstract void | |
public void | skipTopSymbol()
Implements org. |
parser | back to summary |
---|---|
protected final SkipParser parser |
ParsingDecoder | back to summary |
---|---|
protected ParsingDecoder(Symbol root) throws IOException |
skipAction | back to summary |
---|---|
public void skipAction() throws IOException Implements org. Doc from org. Skips the action at the top of the stack.
|
skipFixed | back to summary |
---|---|
protected abstract void skipFixed() throws IOException |
skipTopSymbol | back to summary |
---|---|
public void skipTopSymbol() throws IOException Implements org. Doc from org. Skips the symbol at the top of the stack.
|