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