Interface ExclusiveOrExpressionChild
-
- All Superinterfaces:
AnnotationValue,ArrayInitializationValue,AssignmentExpressionChild,Commentable,ConditionalAndExpressionChild,ConditionalExpressionChild,ConditionalOrExpressionChild,EObject,Expression,InclusiveOrExpressionChild,LambdaBody,Notifier
- All Known Subinterfaces:
AdditiveExpression,AdditiveExpressionChild,AndExpression,AndExpressionChild,AnnotationInstance,ArrayConstructorReferenceExpression,ArrayInstantiation,ArrayInstantiationBySize,ArrayInstantiationByValues,ArrayInstantiationByValuesTyped,ArrayInstantiationByValuesUntyped,BinaryIntegerLiteral,BinaryLongLiteral,BooleanLiteral,CastExpression,CharacterLiteral,ClassTypeConstructorReferenceExpression,DecimalDoubleLiteral,DecimalFloatLiteral,DecimalIntegerLiteral,DecimalLongLiteral,DoubleLiteral,ElementReference,EqualityExpression,EqualityExpressionChild,ExplicitConstructorCall,FloatLiteral,HexDoubleLiteral,HexFloatLiteral,HexIntegerLiteral,HexLongLiteral,IdentifierReference,InstanceOfExpression,InstanceOfExpressionChild,Instantiation,IntegerLiteral,Literal,LongLiteral,MethodCall,MethodReferenceExpression,MethodReferenceExpressionChild,MultiplicativeExpression,MultiplicativeExpressionChild,NestedExpression,NewConstructorCall,NewConstructorCallWithInferredTypeArguments,NullLiteral,OctalIntegerLiteral,OctalLongLiteral,PrefixUnaryModificationExpression,PrimaryExpression,PrimaryExpressionReferenceExpression,PrimitiveTypeReference,Reference,ReflectiveClassReference,RelationExpression,RelationExpressionChild,SelfReference,ShiftExpression,ShiftExpressionChild,StringReference,SuffixUnaryModificationExpression,Switch,TextBlockReference,UnaryExpression,UnaryExpressionChild,UnaryModificationExpression,UnaryModificationExpressionChild
- All Known Implementing Classes:
AdditiveExpressionChildImpl,AdditiveExpressionImpl,AndExpressionChildImpl,AndExpressionImpl,AnnotationInstanceImpl,ArrayConstructorReferenceExpressionImpl,ArrayInstantiationBySizeImpl,ArrayInstantiationByValuesImpl,ArrayInstantiationByValuesTypedImpl,ArrayInstantiationByValuesUntypedImpl,ArrayInstantiationImpl,BinaryIntegerLiteralImpl,BinaryLongLiteralImpl,BooleanLiteralImpl,CastExpressionImpl,CharacterLiteralImpl,ClassTypeConstructorReferenceExpressionImpl,DecimalDoubleLiteralImpl,DecimalFloatLiteralImpl,DecimalIntegerLiteralImpl,DecimalLongLiteralImpl,DoubleLiteralImpl,ElementReferenceImpl,EqualityExpressionChildImpl,EqualityExpressionImpl,ExclusiveOrExpressionChildImpl,ExplicitConstructorCallImpl,FloatLiteralImpl,HexDoubleLiteralImpl,HexFloatLiteralImpl,HexIntegerLiteralImpl,HexLongLiteralImpl,IdentifierReferenceImpl,InstanceOfExpressionChildImpl,InstanceOfExpressionImpl,InstantiationImpl,IntegerLiteralImpl,LiteralImpl,LongLiteralImpl,MethodCallImpl,MethodReferenceExpressionChildImpl,MethodReferenceExpressionImpl,MultiplicativeExpressionChildImpl,MultiplicativeExpressionImpl,NestedExpressionImpl,NewConstructorCallImpl,NewConstructorCallWithInferredTypeArgumentsImpl,NullLiteralImpl,OctalIntegerLiteralImpl,OctalLongLiteralImpl,PrefixUnaryModificationExpressionImpl,PrimaryExpressionImpl,PrimaryExpressionReferenceExpressionImpl,PrimitiveTypeReferenceImpl,ReferenceImpl,ReflectiveClassReferenceImpl,RelationExpressionChildImpl,RelationExpressionImpl,SelfReferenceImpl,ShiftExpressionChildImpl,ShiftExpressionImpl,StringReferenceImpl,SuffixUnaryModificationExpressionImpl,SwitchImpl,TextBlockReferenceImpl,UnaryExpressionChildImpl,UnaryExpressionImpl,UnaryModificationExpressionChildImpl,UnaryModificationExpressionImpl
public interface ExclusiveOrExpressionChild extends InclusiveOrExpressionChild
A representation of the model object 'Exclusive Or Expression Child'.- See Also:
ExpressionsPackage.getExclusiveOrExpressionChild()- 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.emftext.language.java.expressions.Expression
getAlternativeType, getArrayDimension, getOneType, getOneTypeReference, getType
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-