Home | History | Annotate | Download | only in impl

Lines Matching defs:parserStateTable

40   protected final ParserStateTable parserStateTable;
47 protected GenericParser(ParserStateTable parserStateTable,
50 this.parserStateTable = parserStateTable;
66 parserStateTable = aGenericParser.parserStateTable;
90 * next state to switch to based on the <code>ParserStateTable</code> which is
96 * in {@code ParserStateTable} as well as specific run-time information
109 parserStateTable.getNextState(currentState, input);