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

Reference() 공개 메소드

public Reference ( Expr expr ) : System
expr Expr
리턴 System
        public Reference(Expr expr) {
            this.Expr = expr;
            this.Type = new PointerType(expr.Type);
        }