public class RuleActionFunction extends OutputModelObject
| Modifier and Type | Field and Description |
|---|---|
java.util.LinkedHashMap<java.lang.Integer,Action> |
actions
Map actionIndex to Action
|
java.lang.String |
ctxType |
java.lang.String |
name |
int |
ruleIndex |
ast, factory| Constructor and Description |
|---|
RuleActionFunction(OutputModelFactory factory,
Rule r,
java.lang.String ctxType) |
public java.lang.String name
public java.lang.String ctxType
public int ruleIndex
public java.util.LinkedHashMap<java.lang.Integer,Action> actions
public RuleActionFunction(OutputModelFactory factory, Rule r, java.lang.String ctxType)