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

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

Public Properties

Property Type Description
ruleIndex int
ruleName string

Public Methods

Method Description
SetNonLocalAttr ( StructDecl ctx, string ruleName, string name, int ruleIndex, IList rhsChunks ) : System.Collections.Generic

Method Details

SetNonLocalAttr() public method

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

Property Details

ruleIndex public_oe property

public int ruleIndex
return int

ruleName public_oe property

public string ruleName
return string