CastExpr constructor

CastExpr(
  1. Expr expr,
  2. DataType targetType
)

Implementation

CastExpr(this.expr, this.targetType);