C# Class Antlr4.Codegen.Model.RuleActionFunction

Inheritance: OutputModelObject
Show file Open project: sharwell/antlr4cs Class Usage Examples

Public Properties

Property Type Description
ctxType string
name string
ruleIndex int

Public Methods

Method Description
RuleActionFunction ( OutputModelFactory factory, Rule r, string ctxType ) : Antlr4.Misc

Method Details

RuleActionFunction() public method

public RuleActionFunction ( OutputModelFactory factory, Rule r, string ctxType ) : Antlr4.Misc
factory OutputModelFactory
r Antlr4.Tool.Rule
ctxType string
return Antlr4.Misc

Property Details

ctxType public property

public string ctxType
return string

name public property

public string name
return string

ruleIndex public property

public int ruleIndex
return int