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