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

Inheritance: RetValueRef
Datei anzeigen Open project: sharwell/antlr4cs

Public Properties

Property Type Description
dict string

Public Methods

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

Method Details

QRetValueRef() public method

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

Property Details

dict public_oe property

public string dict
return string