VariableExpr

A variable.

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

Fields
static Expr base
static FieldObj field
static String name

base

The base expression (the first element in a.b variables).

field

The field.

name

The variable name.