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

Inheritance: SetAttr
Afficher le fichier Open project: sharwell/antlr4cs Class Usage Examples

Méthodes publiques

Свойство Type Description
ruleIndex int
ruleName string

Méthodes publiques

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

Method Details

SetNonLocalAttr() public méthode

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
Résultat System.Collections.Generic

Property Details

ruleIndex public_oe property

public int ruleIndex
Résultat int

ruleName public_oe property

public string ruleName
Résultat string