Antlr4.Codegen.Model.Chunk.SetNonLocalAttr.SetNonLocalAttr C# (CSharp) Method

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
        public SetNonLocalAttr(StructDecl ctx,
                               string ruleName, string name, int ruleIndex,
                               IList<ActionChunk> rhsChunks)
                : base(ctx, name, rhsChunks)
        {
            this.ruleName = ruleName;
            this.ruleIndex = ruleIndex;
        }
    }
SetNonLocalAttr