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

SetAttr() 공개 메소드

public SetAttr ( StructDecl ctx, string name, IList rhsChunks ) : System.Collections.Generic
ctx Antlr4.Codegen.Model.Decl.StructDecl
name string
rhsChunks IList
리턴 System.Collections.Generic
        public SetAttr(StructDecl ctx, string name, IList<ActionChunk> rhsChunks)
            : base(ctx)
        {
            this.name = name;
            this.rhsChunks = rhsChunks;
        }
    }
SetAttr