Package | Description |
---|---|
org.antlr.v4.runtime.atn |
Modifier and Type | Field and Description |
---|---|
protected LexerATNSimulator.SimState |
LexerATNSimulator.prevAccept
Used during DFA/ATN exec to record the most recent accept configuration info
|
Modifier and Type | Method and Description |
---|---|
protected void |
LexerATNSimulator.captureSimState(LexerATNSimulator.SimState settings,
CharStream input,
DFAState dfaState) |
protected int |
LexerATNSimulator.failOrAccept(LexerATNSimulator.SimState prevAccept,
CharStream input,
ATNConfigSet reach,
int t) |
Copyright © 1992-2013 ANTLR. All Rights Reserved.