C# Class Antlr4.Codegen.Model.AddToLabelList

Inheritance: SrcOp
Show file Open project: sharwell/antlr4cs Class Usage Examples

Public Properties

Property Type Description
label Antlr4.Codegen.Model.Decl.Decl
listName string

Public Methods

Method Description
AddToLabelList ( OutputModelFactory factory, string listName, Decl label )

Method Details

AddToLabelList() public method

public AddToLabelList ( OutputModelFactory factory, string listName, Decl label )
factory OutputModelFactory
listName string
label Decl

Property Details

label public property

public Decl,Antlr4.Codegen.Model.Decl label
return Antlr4.Codegen.Model.Decl.Decl

listName public property

public string listName
return string