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

Inheritance: ContextGetterDecl
Show file Open project: sharwell/antlr4cs

Public Properties

Property Type Description
ctxName string

Public Methods

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

Method Details

ContextRuleListGetterDecl() public method

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

Property Details

ctxName public property

public string ctxName
return string