ABT.DefaultStmt.DefaultStmt C# (CSharp) 메소드

DefaultStmt() 공개 메소드

public DefaultStmt ( Stmt stmt ) : System
stmt Stmt
리턴 System
        public DefaultStmt(Stmt stmt) {
            this.Stmt = stmt;
        }