AST.FuncDef.FuncDef C# (CSharp) 메소드

FuncDef() 공개 메소드

public FuncDef ( DeclnSpecs specs, Declr declr, CompoundStmt stmt ) : System
specs DeclnSpecs
declr Declr
stmt CompoundStmt
리턴 System
        public FuncDef(DeclnSpecs specs, Declr declr, CompoundStmt stmt) {
            this.Specs = specs;
            this.Declr = declr;
            this.Stmt = stmt;
        }