| Package | Description |
|---|---|
| cetus.hir |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessExpression
AccessExpression is a representation for expressions that access
a member of class-like objects.
|
class |
AssignmentExpression
AssignmentExpression represents an assignment expression having a
LHS expression, assignment operator, and a RHS expression.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryExpression |
BinaryExpression.clone()
Returns a clone of the binary expression
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BinaryExpression.defaultPrint(BinaryExpression e,
java.io.PrintWriter o)
Prints a binary expression to a stream.
|