|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BinaryOperator | |
---|---|
org.eclipse.modisco.omg.gastm | |
org.eclipse.modisco.omg.gastm.util |
Uses of BinaryOperator in org.eclipse.modisco.omg.gastm |
---|
Subinterfaces of BinaryOperator in org.eclipse.modisco.omg.gastm | |
---|---|
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'. |
Methods in org.eclipse.modisco.omg.gastm that return BinaryOperator | |
---|---|
BinaryOperator |
BinaryExpression.getOperator()
Returns the value of the 'Operator' containment reference. |
BinaryOperator |
OperatorAssign.getOperator()
Returns the value of the 'Operator' containment reference. |
Methods in org.eclipse.modisco.omg.gastm with parameters of type BinaryOperator | |
---|---|
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. |
Uses of BinaryOperator in org.eclipse.modisco.omg.gastm.util |
---|
Methods in org.eclipse.modisco.omg.gastm.util with parameters of type BinaryOperator | |
---|---|
T |
GASTMSwitch.caseBinaryOperator(BinaryOperator object)
Returns the result of interpreting the object as an instance of 'Binary Operator'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |