C# Class Antlr4.Codegen.Model.Decl.RuleContextDecl

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

Méthodes publiques

Свойство Type Description
ctxName string
isImplicit bool

Méthodes publiques

Méthode Description
RuleContextDecl ( OutputModelFactory factory, string name, string ctxName )

Method Details

RuleContextDecl() public méthode

public RuleContextDecl ( OutputModelFactory factory, string name, string ctxName )
factory OutputModelFactory
name string
ctxName string

Property Details

ctxName public_oe property

public string ctxName
Résultat string

isImplicit public_oe property

public bool isImplicit
Résultat bool