Parserpublic static class ParserImpl.ParseList extends java.lang.Object implements Parser
| Constructor | Description |
|---|---|
ParseList() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
parse(Lexer lexer,
Node list,
short mode) |
Parse the given node.
|