| Package | Description |
|---|---|
| cetus.hir |
| Modifier and Type | Field and Description |
|---|---|
static AccessOperator |
AccessOperator.MEMBER_ACCESS
.
|
static AccessOperator |
AccessOperator.MEMBER_DEREF_ACCESS
.*
|
static AccessOperator |
AccessOperator.POINTER_ACCESS
->
|
static AccessOperator |
AccessOperator.POINTER_MEMBER_ACCESS
->*
|
| Modifier and Type | Method and Description |
|---|---|
static AccessOperator |
AccessOperator.fromString(java.lang.String s)
Returs an AccessOperator that matches the specified string.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccessExpression.setOperator(AccessOperator op)
Sets the operator for the expression.
|
| Constructor and Description |
|---|
AccessExpression(Expression lhs,
AccessOperator op,
Expression rhs)
Creates an assignment expression.
|