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

Inheritance: ActionChunk
Datei anzeigen Open project: sharwell/antlr4cs Class Usage Examples

Public Properties

Property Type Description
name string

Public Methods

Method Description
SetAttr ( StructDecl ctx, string name, IList rhsChunks ) : System.Collections.Generic

Method Details

SetAttr() public method

public SetAttr ( StructDecl ctx, string name, IList rhsChunks ) : System.Collections.Generic
ctx Antlr4.Codegen.Model.Decl.StructDecl
name string
rhsChunks IList
return System.Collections.Generic

Property Details

name public_oe property

public string name
return string