RuleSempredFunction
public class RuleActionFunction extends OutputModelObject
Modifier and Type | Field | Description |
---|---|---|
LinkedHashMap<Integer,Action> |
actions |
Map actionIndex to Action
|
String |
ctxType |
|
String |
name |
|
int |
ruleIndex |
ast, factory
Constructor | 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–2018 ANTLR. All rights reserved.