public class StarBlock extends Loop
Modifier and Type | Field and Description |
---|---|
String |
loopLabel |
blockStartStateNumber, exitAlt, iteration, loopBackStateNumber
stateNumber
enclosingBlock, enclosingRuleRunction, uniqueID
ast, factory
Constructor and Description |
---|
StarBlock(OutputModelFactory factory,
GrammarAST blkOrEbnfRootAST,
List<CodeBlockForAlt> alts) |
addIterationOp
addCodeForLookaheadTempVar, addPreambleOp, getAltLookaheadAsStringLists, getThrowNoViableAlt
getContextName, getOuterMostAltCodeBlock
public String loopLabel
public StarBlock(OutputModelFactory factory, GrammarAST blkOrEbnfRootAST, List<CodeBlockForAlt> alts)
Copyright © 1992–2020 ANTLR. All rights reserved.