C# Class Antlr4.Codegen.Model.RuleActionFunction

Inheritance: OutputModelObject
Afficher le fichier Open project: sharwell/antlr4cs Class Usage Examples

Méthodes publiques

Свойство Type Description
ctxType string
name string
ruleIndex int

Méthodes publiques

Méthode Description
RuleActionFunction ( OutputModelFactory factory, Rule r, string ctxType ) : Antlr4.Misc

Method Details

RuleActionFunction() public méthode

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

Property Details

ctxType public_oe property

public string ctxType
Résultat string

name public_oe property

public string name
Résultat string

ruleIndex public_oe property

public int ruleIndex
Résultat int