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

Inheritance: ActionChunk
Datei anzeigen Open project: sharwell/antlr4cs

Public Properties

Property Type Description
name string

Public Methods

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

Method Details

RetValueRef() public method

public RetValueRef ( 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