| Package | Description |
|---|---|
| cetus.hir |
| Modifier and Type | Method and Description |
|---|---|
AccessExpression |
AccessExpression.clone()
Returns a cloned AccessExpression object by calling the super
class,
BinaryExpression's clone method. |
| Modifier and Type | Method and Description |
|---|---|
static void |
AccessExpression.defaultPrint(AccessExpression e,
java.io.PrintWriter o)
Prints an assignment expression to a stream.
|
| Constructor and Description |
|---|
AccessSymbol(AccessExpression ae)
Constructs an object with the given access expression.
|