| Package | Description |
|---|---|
| org.eclipse.modisco.omg.gastm | |
| org.eclipse.modisco.omg.gastm.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AddressOf
A representation of the model object 'Address Of'.
|
interface |
BitNot
A representation of the model object 'Bit Not'.
|
interface |
Decrement
A representation of the model object 'Decrement'.
|
interface |
Deref
A representation of the model object 'Deref'.
|
interface |
Increment
A representation of the model object 'Increment'.
|
interface |
Not
A representation of the model object 'Not'.
|
interface |
PostDecrement
A representation of the model object 'Post Decrement'.
|
interface |
PostIncrement
A representation of the model object 'Post Increment'.
|
interface |
UnaryMinus
A representation of the model object 'Unary Minus'.
|
interface |
UnaryPlus
A representation of the model object 'Unary Plus'.
|
| Modifier and Type | Method and Description |
|---|---|
UnaryOperator |
UnaryExpression.getOperator()
Returns the value of the 'Operator' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnaryExpression.setOperator(UnaryOperator value)
Sets the value of the '
Operator' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
GASTMSwitch.caseUnaryOperator(UnaryOperator object)
Returns the result of interpreting the object as an instance of 'Unary Operator'.
|