Interface OperatorsPackage.Literals
- Enclosing interface:
- OperatorsPackage
public static interface OperatorsPackage.Literals
Defines literals for the meta objects that represent
- each class,
- each feature of each class,
- each enum,
- and each data type
- Generated class or method.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EClassThe meta object literal for the 'Addition' class.static final EClassThe meta object literal for the 'Additive Operator' class.static final EClassThe meta object literal for the 'Assignment' class.static final EClassThe meta object literal for the 'Assignment And' class.static final EClassThe meta object literal for the 'Assignment Division' class.static final EClassThe meta object literal for the 'Assignment Exclusive Or' class.static final EClassThe meta object literal for the 'Assignment Left Shift' class.static final EClassThe meta object literal for the 'Assignment Minus' class.static final EClassThe meta object literal for the 'Assignment Modulo' class.static final EClassThe meta object literal for the 'Assignment Multiplication' class.static final EClassThe meta object literal for the 'Assignment Operator' class.static final EClassThe meta object literal for the 'Assignment Or' class.static final EClassThe meta object literal for the 'Assignment Plus' class.static final EClassThe meta object literal for the 'Assignment Right Shift' class.static final EClassThe meta object literal for the 'Assignment Unsigned Right Shift' class.static final EClassThe meta object literal for the 'Complement' class.static final EClassThe meta object literal for the 'Division' class.static final EClassThe meta object literal for the 'Equal' class.static final EClassThe meta object literal for the 'Equality Operator' class.static final EClassThe meta object literal for the 'Greater Than' class.static final EClassThe meta object literal for the 'Greater Than Or Equal' class.static final EClassThe meta object literal for the 'Left Shift' class.static final EClassThe meta object literal for the 'Less Than' class.static final EClassThe meta object literal for the 'Less Than Or Equal' class.static final EClassThe meta object literal for the 'Minus Minus' class.static final EClassThe meta object literal for the 'Multiplication' class.static final EClassThe meta object literal for the 'Multiplicative Operator' class.static final EClassThe meta object literal for the 'Negate' class.static final EClassThe meta object literal for the 'Not Equal' class.static final EClassThe meta object literal for the 'Operator' class.static final EClassThe meta object literal for the 'Plus Plus' class.static final EClassThe meta object literal for the 'Relation Operator' class.static final EClassThe meta object literal for the 'Remainder' class.static final EClassThe meta object literal for the 'Right Shift' class.static final EClassThe meta object literal for the 'Shift Operator' class.static final EClassThe meta object literal for the 'Subtraction' class.static final EClassThe meta object literal for the 'Unary Modification Operator' class.static final EClassThe meta object literal for the 'Unary Operator' class.static final EClassThe meta object literal for the 'Unsigned Right Shift' class.
-
Field Details
-
OPERATOR
The meta object literal for the 'Operator' class.- See Also:
- Generated class or method.
-
ADDITIVE_OPERATOR
The meta object literal for the 'Additive Operator' class.- See Also:
- Generated class or method.
-
ASSIGNMENT_OPERATOR
The meta object literal for the 'Assignment Operator' class.- See Also:
- Generated class or method.
-
EQUALITY_OPERATOR
The meta object literal for the 'Equality Operator' class.- See Also:
- Generated class or method.
-
MULTIPLICATIVE_OPERATOR
The meta object literal for the 'Multiplicative Operator' class.- See Also:
- Generated class or method.
-
RELATION_OPERATOR
The meta object literal for the 'Relation Operator' class.- See Also:
- Generated class or method.
-
SHIFT_OPERATOR
The meta object literal for the 'Shift Operator' class.- See Also:
- Generated class or method.
-
UNARY_OPERATOR
The meta object literal for the 'Unary Operator' class.- See Also:
- Generated class or method.
-
UNARY_MODIFICATION_OPERATOR
The meta object literal for the 'Unary Modification Operator' class.- See Also:
- Generated class or method.
-
ASSIGNMENT
The meta object literal for the 'Assignment' class.- See Also:
- Generated class or method.
-
ASSIGNMENT_AND
The meta object literal for the 'Assignment And' class.- See Also:
- Generated class or method.
-
ASSIGNMENT_DIVISION
The meta object literal for the 'Assignment Division' class.- See Also:
- Generated class or method.
-
ASSIGNMENT_EXCLUSIVE_OR
The meta object literal for the 'Assignment Exclusive Or' class.- See Also:
- Generated class or method.
-
ASSIGNMENT_MINUS
The meta object literal for the 'Assignment Minus' class.- See Also:
- Generated class or method.
-
ASSIGNMENT_MODULO
The meta object literal for the 'Assignment Modulo' class.- See Also:
- Generated class or method.
-
ASSIGNMENT_MULTIPLICATION
The meta object literal for the 'Assignment Multiplication' class.- See Also:
- Generated class or method.
-
ASSIGNMENT_LEFT_SHIFT
The meta object literal for the 'Assignment Left Shift' class.- See Also:
- Generated class or method.
-
ASSIGNMENT_OR
The meta object literal for the 'Assignment Or' class.- See Also:
- Generated class or method.
-
ASSIGNMENT_PLUS
The meta object literal for the 'Assignment Plus' class.- See Also:
- Generated class or method.
-
ASSIGNMENT_RIGHT_SHIFT
The meta object literal for the 'Assignment Right Shift' class.- See Also:
- Generated class or method.
-
ASSIGNMENT_UNSIGNED_RIGHT_SHIFT
The meta object literal for the 'Assignment Unsigned Right Shift' class.- See Also:
- Generated class or method.
-
EQUAL
The meta object literal for the 'Equal' class.- See Also:
- Generated class or method.
-
NOT_EQUAL
The meta object literal for the 'Not Equal' class.- See Also:
- Generated class or method.
-
GREATER_THAN
The meta object literal for the 'Greater Than' class.- See Also:
- Generated class or method.
-
GREATER_THAN_OR_EQUAL
The meta object literal for the 'Greater Than Or Equal' class.- See Also:
- Generated class or method.
-
LESS_THAN
The meta object literal for the 'Less Than' class.- See Also:
- Generated class or method.
-
LESS_THAN_OR_EQUAL
The meta object literal for the 'Less Than Or Equal' class.- See Also:
- Generated class or method.
-
ADDITION
The meta object literal for the 'Addition' class.- See Also:
- Generated class or method.
-
SUBTRACTION
The meta object literal for the 'Subtraction' class.- See Also:
- Generated class or method.
-
DIVISION
The meta object literal for the 'Division' class.- See Also:
- Generated class or method.
-
MULTIPLICATION
The meta object literal for the 'Multiplication' class.- See Also:
- Generated class or method.
-
REMAINDER
The meta object literal for the 'Remainder' class.- See Also:
- Generated class or method.
-
COMPLEMENT
The meta object literal for the 'Complement' class.- See Also:
- Generated class or method.
-
MINUS_MINUS
The meta object literal for the 'Minus Minus' class.- See Also:
- Generated class or method.
-
NEGATE
The meta object literal for the 'Negate' class.- See Also:
- Generated class or method.
-
PLUS_PLUS
The meta object literal for the 'Plus Plus' class.- See Also:
- Generated class or method.
-
LEFT_SHIFT
The meta object literal for the 'Left Shift' class.- See Also:
- Generated class or method.
-
RIGHT_SHIFT
The meta object literal for the 'Right Shift' class.- See Also:
- Generated class or method.
-
UNSIGNED_RIGHT_SHIFT
The meta object literal for the 'Unsigned Right Shift' class.- See Also:
- Generated class or method.
-