Interface UnaryModificationExpressionChild
-
- All Superinterfaces:
AdditiveExpressionChild
,AndExpressionChild
,AnnotationValue
,ArrayInitializationValue
,AssignmentExpressionChild
,Commentable
,ConditionalAndExpressionChild
,ConditionalExpressionChild
,ConditionalOrExpressionChild
,EObject
,EqualityExpressionChild
,ExclusiveOrExpressionChild
,Expression
,InclusiveOrExpressionChild
,InstanceOfExpressionChild
,LambdaBody
,MultiplicativeExpressionChild
,Notifier
,RelationExpressionChild
,ShiftExpressionChild
,UnaryExpressionChild
- All Known Subinterfaces:
AnnotationInstance
,ArrayConstructorReferenceExpression
,ArrayInstantiation
,ArrayInstantiationBySize
,ArrayInstantiationByValues
,ArrayInstantiationByValuesTyped
,ArrayInstantiationByValuesUntyped
,BinaryIntegerLiteral
,BinaryLongLiteral
,BooleanLiteral
,CastExpression
,CharacterLiteral
,ClassTypeConstructorReferenceExpression
,DecimalDoubleLiteral
,DecimalFloatLiteral
,DecimalIntegerLiteral
,DecimalLongLiteral
,DoubleLiteral
,ElementReference
,ExplicitConstructorCall
,FloatLiteral
,HexDoubleLiteral
,HexFloatLiteral
,HexIntegerLiteral
,HexLongLiteral
,IdentifierReference
,Instantiation
,IntegerLiteral
,Literal
,LongLiteral
,MethodCall
,MethodReferenceExpression
,MethodReferenceExpressionChild
,NestedExpression
,NewConstructorCall
,NewConstructorCallWithInferredTypeArguments
,NullLiteral
,OctalIntegerLiteral
,OctalLongLiteral
,PrimaryExpression
,PrimaryExpressionReferenceExpression
,PrimitiveTypeReference
,Reference
,ReflectiveClassReference
,SelfReference
,StringReference
,Switch
,TextBlockReference
- All Known Implementing Classes:
AnnotationInstanceImpl
,ArrayConstructorReferenceExpressionImpl
,ArrayInstantiationBySizeImpl
,ArrayInstantiationByValuesImpl
,ArrayInstantiationByValuesTypedImpl
,ArrayInstantiationByValuesUntypedImpl
,ArrayInstantiationImpl
,BinaryIntegerLiteralImpl
,BinaryLongLiteralImpl
,BooleanLiteralImpl
,CastExpressionImpl
,CharacterLiteralImpl
,ClassTypeConstructorReferenceExpressionImpl
,DecimalDoubleLiteralImpl
,DecimalFloatLiteralImpl
,DecimalIntegerLiteralImpl
,DecimalLongLiteralImpl
,DoubleLiteralImpl
,ElementReferenceImpl
,ExplicitConstructorCallImpl
,FloatLiteralImpl
,HexDoubleLiteralImpl
,HexFloatLiteralImpl
,HexIntegerLiteralImpl
,HexLongLiteralImpl
,IdentifierReferenceImpl
,InstantiationImpl
,IntegerLiteralImpl
,LiteralImpl
,LongLiteralImpl
,MethodCallImpl
,MethodReferenceExpressionChildImpl
,MethodReferenceExpressionImpl
,NestedExpressionImpl
,NewConstructorCallImpl
,NewConstructorCallWithInferredTypeArgumentsImpl
,NullLiteralImpl
,OctalIntegerLiteralImpl
,OctalLongLiteralImpl
,PrimaryExpressionImpl
,PrimaryExpressionReferenceExpressionImpl
,PrimitiveTypeReferenceImpl
,ReferenceImpl
,ReflectiveClassReferenceImpl
,SelfReferenceImpl
,StringReferenceImpl
,SwitchImpl
,TextBlockReferenceImpl
,UnaryModificationExpressionChildImpl
public interface UnaryModificationExpressionChild extends UnaryExpressionChild
A representation of the model object 'Unary Modification Expression Child'.- See Also:
ExpressionsPackage.getUnaryModificationExpressionChild()
- 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, getType
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-