OpExpr
An operation.
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
left
The left hand side.
op
The operation.
right
The right hand side.