| Package | Description |
|---|---|
| org.eclipse.modisco.omg.gastm | |
| org.eclipse.modisco.omg.gastm.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Add
A representation of the model object 'Add'.
|
interface |
And
A representation of the model object 'And'.
|
interface |
Assign
A representation of the model object 'Assign'.
|
interface |
BitAnd
A representation of the model object 'Bit And'.
|
interface |
BitLeftShift
A representation of the model object 'Bit Left Shift'.
|
interface |
BitOr
A representation of the model object 'Bit Or'.
|
interface |
BitRightShift
A representation of the model object 'Bit Right Shift'.
|
interface |
BitXor
A representation of the model object 'Bit Xor'.
|
interface |
Divide
A representation of the model object 'Divide'.
|
interface |
Equal
A representation of the model object 'Equal'.
|
interface |
Exponent
A representation of the model object 'Exponent'.
|
interface |
Greater
A representation of the model object 'Greater'.
|
interface |
Less
A representation of the model object 'Less'.
|
interface |
Modulus
A representation of the model object 'Modulus'.
|
interface |
Multiply
A representation of the model object 'Multiply'.
|
interface |
NotEqual
A representation of the model object 'Not Equal'.
|
interface |
NotGreater
A representation of the model object 'Not Greater'.
|
interface |
NotLess
A representation of the model object 'Not Less'.
|
interface |
OperatorAssign
A representation of the model object 'Operator Assign'.
|
interface |
Or
A representation of the model object 'Or'.
|
interface |
Subtract
A representation of the model object 'Subtract'.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryOperator |
BinaryExpression.getOperator()
Returns the value of the 'Operator' containment reference.
|
BinaryOperator |
OperatorAssign.getOperator()
Returns the value of the 'Operator' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryExpression.setOperator(BinaryOperator value)
Sets the value of the '
Operator' containment reference. |
void |
OperatorAssign.setOperator(BinaryOperator value)
Sets the value of the '
Operator' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
GASTMSwitch.caseBinaryOperator(BinaryOperator object)
Returns the result of interpreting the object as an instance of 'Binary Operator'.
|