public class MatchToken extends RuleElement implements LabeledOp
Modifier and Type | Field and Description |
---|---|
List<Decl> |
labels |
String |
name |
int |
ttype |
stateNumber
enclosingBlock, enclosingRuleRunction, uniqueID
ast, factory
Constructor and Description |
---|
MatchToken(OutputModelFactory factory,
GrammarAST ast) |
MatchToken(OutputModelFactory factory,
TerminalAST ast) |
Modifier and Type | Method and Description |
---|---|
List<Decl> |
getLabels() |
getContextName, getOuterMostAltCodeBlock
public MatchToken(OutputModelFactory factory, TerminalAST ast)
public MatchToken(OutputModelFactory factory, GrammarAST ast)
Copyright © 1992–2020 ANTLR. All rights reserved.