LL1AltBlock
, LL1OptionalBlockSingleAlt
public abstract class LL1Choice extends Choice
Modifier and Type | Field | Description |
---|---|---|
List<String[]> |
altLook |
Token names for each alt 0..n-1
|
ThrowNoViableAlt |
error |
ast, factory
stateNumber
enclosingBlock, enclosingRuleRunction, uniqueID
Constructor | Description |
---|---|
LL1Choice(OutputModelFactory factory,
GrammarAST blkAST,
List<CodeBlockForAlt> alts) |
addCodeForLookaheadTempVar, addPreambleOp, getAltLookaheadAsStringLists, getThrowNoViableAlt
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getContextName, getOuterMostAltCodeBlock
public ThrowNoViableAlt error
public LL1Choice(OutputModelFactory factory, GrammarAST blkAST, List<CodeBlockForAlt> alts)
Copyright © 1992–2019 ANTLR. All rights reserved.