public class Action extends RuleElement
| Modifier and Type | Field and Description |
|---|---|
java.util.List<ActionChunk> |
chunks |
stateNumberenclosingBlock, enclosingRuleRunction, uniqueIDast, factory| Constructor and Description |
|---|
Action(OutputModelFactory factory,
ActionAST ast) |
Action(OutputModelFactory factory,
StructDecl ctx,
org.stringtemplate.v4.ST actionST) |
Action(OutputModelFactory factory,
StructDecl ctx,
java.lang.String action) |
getContextName, getOuterMostAltCodeBlockpublic java.util.List<ActionChunk> chunks
public Action(OutputModelFactory factory, ActionAST ast)
public Action(OutputModelFactory factory, StructDecl ctx, java.lang.String action)
public Action(OutputModelFactory factory, StructDecl ctx, org.stringtemplate.v4.ST actionST)