public class RuleActionFunction extends OutputModelObject
Modifier and Type | Field and Description |
---|---|
LinkedHashMap<Integer,Action> |
actions
Map actionIndex to Action
|
String |
ctxType |
String |
name |
int |
ruleIndex |
ast, factory
Constructor and Description |
---|
RuleActionFunction(OutputModelFactory factory,
Rule r,
String ctxType) |
public String name
public String ctxType
public int ruleIndex
public LinkedHashMap<Integer,Action> actions
public RuleActionFunction(OutputModelFactory factory, Rule r, String ctxType)
Copyright © 1992–2020 ANTLR. All rights reserved.