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