C# Class Antlr4.Codegen.Model.Chunk.TokenPropertyRef

Inheritance: ActionChunk
Datei anzeigen Open project: sharwell/antlr4cs

Public Properties

Property Type Description
label string

Public Methods

Method Description
TokenPropertyRef ( StructDecl ctx, string label ) : Antlr4.Codegen.Model.Decl

Method Details

TokenPropertyRef() public method

public TokenPropertyRef ( StructDecl ctx, string label ) : Antlr4.Codegen.Model.Decl
ctx Antlr4.Codegen.Model.Decl.StructDecl
label string
return Antlr4.Codegen.Model.Decl

Property Details

label public_oe property

public string label
return string