| Package | Description |
|---|---|
| org.antlr.v4.runtime.dfa |
| Modifier and Type | Method and Description |
|---|---|
List<Set<ATNState>> |
DFA.getATNStatesAlongPath(ParserATNSimulator atn,
List<DFAState> dfaStates,
TokenStream input,
int start,
int stop)
Find the path in DFA from s0 to s, returning list of states encountered (inclusively)
|
Copyright © 2012. All Rights Reserved.