AssignExpr

A assignment expression.

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

Fields
static Expr left
static String op
static Expr right
static Type type

left

The target variable or field.

op

The operation (=, +=,...).

The expression.

type

The type.