Antlr4.Codegen.Model.Chunk.SetNonLocalAttr.SetNonLocalAttr C# (CSharp) 메소드

SetNonLocalAttr() 공개 메소드

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
리턴 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