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

Inheritance: Decl
Show file 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 property

public string ctxName
return string

isImplicit public property

public bool isImplicit
return bool