All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
boolean |
deterministic(AlternativeBlock blk) |
boolean |
deterministic(OneOrMoreBlock blk) |
boolean |
deterministic(ZeroOrMoreBlock blk) |
Lookahead |
FOLLOW(int k,
RuleEndElement end) |
Lookahead |
look(int k,
ActionElement action) |
Lookahead |
look(int k,
AlternativeBlock blk) |
Lookahead |
look(int k,
BlockEndElement end) |
Lookahead |
look(int k,
CharLiteralElement atom) |
Lookahead |
look(int k,
CharRangeElement end) |
Lookahead |
look(int k,
GrammarAtom atom) |
Lookahead |
look(int k,
OneOrMoreBlock blk) |
Lookahead |
look(int k,
RuleBlock blk) |
Lookahead |
look(int k,
RuleEndElement end) |
Lookahead |
look(int k,
RuleRefElement rr) |
Lookahead |
look(int k,
java.lang.String rule) |
Lookahead |
look(int k,
StringLiteralElement atom) |
Lookahead |
look(int k,
SynPredBlock blk) |
Lookahead |
look(int k,
TokenRangeElement end) |
Lookahead |
look(int k,
TreeElement end) |
Lookahead |
look(int k,
WildcardElement wc) |
Lookahead |
look(int k,
ZeroOrMoreBlock blk) |
void |
setGrammar(Grammar g) |
boolean |
subruleCanBeInverted(AlternativeBlock blk,
boolean forLexer) |