CastExpr

A type cast expression.

Methods
String asString()
String asString()
Type getType()
Type getType()
void setType(Type type)
void setType(Type type)

Fields
static Expr expr
static Type type

expr

The expression.

type

The cast type.