Interface Operator
-
- All Superinterfaces:
Commentable,EObject,Notifier
- All Known Subinterfaces:
Addition,AdditiveOperator,Assignment,AssignmentAnd,AssignmentDivision,AssignmentExclusiveOr,AssignmentLeftShift,AssignmentMinus,AssignmentModulo,AssignmentMultiplication,AssignmentOperator,AssignmentOr,AssignmentPlus,AssignmentRightShift,AssignmentUnsignedRightShift,Complement,Division,Equal,EqualityOperator,GreaterThan,GreaterThanOrEqual,LeftShift,LessThan,LessThanOrEqual,MinusMinus,Multiplication,MultiplicativeOperator,Negate,NotEqual,PlusPlus,RelationOperator,Remainder,RightShift,ShiftOperator,Subtraction,UnaryModificationOperator,UnaryOperator,UnsignedRightShift
- All Known Implementing Classes:
AdditionImpl,AdditiveOperatorImpl,AssignmentAndImpl,AssignmentDivisionImpl,AssignmentExclusiveOrImpl,AssignmentImpl,AssignmentLeftShiftImpl,AssignmentMinusImpl,AssignmentModuloImpl,AssignmentMultiplicationImpl,AssignmentOperatorImpl,AssignmentOrImpl,AssignmentPlusImpl,AssignmentRightShiftImpl,AssignmentUnsignedRightShiftImpl,ComplementImpl,DivisionImpl,EqualImpl,EqualityOperatorImpl,GreaterThanImpl,GreaterThanOrEqualImpl,LeftShiftImpl,LessThanImpl,LessThanOrEqualImpl,MinusMinusImpl,MultiplicationImpl,MultiplicativeOperatorImpl,NegateImpl,NotEqualImpl,OperatorImpl,PlusPlusImpl,RelationOperatorImpl,RemainderImpl,RightShiftImpl,ShiftOperatorImpl,SubtractionImpl,UnaryModificationOperatorImpl,UnaryOperatorImpl,UnsignedRightShiftImpl
public interface Operator extends Commentable
A representation of the model object 'Operator'.- See Also:
OperatorsPackage.getOperator()- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
-
Methods inherited from interface org.emftext.language.java.commons.Commentable
addAfterContainingStatement, addBeforeContainingStatement, getAnnotationInterface, getChildrenByEType, getChildrenByType, getClassClass, getConcreteClassifier, getConcreteClassifiers, getContainingAnnotationInstance, getContainingAnonymousClass, getContainingCompilationUnit, getContainingConcreteClassifier, getContainingContainerName, getContainingPackageName, getFirstChildByEType, getFirstChildByType, getLayoutInformations, getLibClass, getLibInterface, getObjectClass, getParentByEType, getParentByType, getParentConcreteClassifier, getStringClass
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-