public class Action extends RuleElement
Modifier and Type | Field and Description |
---|---|
List<ActionChunk> |
chunks |
stateNumber
enclosingBlock, enclosingRuleRunction, uniqueID
ast, factory
Constructor and Description |
---|
Action(OutputModelFactory factory,
ActionAST ast) |
Action(OutputModelFactory factory,
StructDecl ctx,
org.stringtemplate.v4.ST actionST) |
Action(OutputModelFactory factory,
StructDecl ctx,
String action) |
public List<ActionChunk> chunks
public Action(OutputModelFactory factory, ActionAST ast)
public Action(OutputModelFactory factory, StructDecl ctx, String action)
public Action(OutputModelFactory factory, StructDecl ctx, org.stringtemplate.v4.ST actionST)
Copyright © 1992–2020 ANTLR. All rights reserved.