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

Inheritance: Decl
Datei anzeigen Open project: sharwell/antlr4cs Class Usage Examples

Public Properties

Property Type Description
ctxName string
isImplicit bool

Public Methods

Method Description
RuleContextDecl ( OutputModelFactory factory, string name, string ctxName )

Method Details

RuleContextDecl() public method

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

Property Details

ctxName public_oe property

public string ctxName
return string

isImplicit public_oe property

public bool isImplicit
return bool