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

Inheritance: ActionChunk
Datei anzeigen Open project: sharwell/antlr4cs

Public Properties

Property Type Description
name string

Public Methods

Method Description
LocalRef ( StructDecl ctx, string name ) : Antlr4.Codegen.Model.Decl

Method Details

LocalRef() public method

public LocalRef ( StructDecl ctx, string name ) : Antlr4.Codegen.Model.Decl
ctx Antlr4.Codegen.Model.Decl.StructDecl
name string
return Antlr4.Codegen.Model.Decl

Property Details

name public_oe property

public string name
return string