Package org.eclipse.xtext.xbase.impl
Class XMemberFeatureCallImpl
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.BasicNotifierImpl
-
- org.eclipse.emf.ecore.impl.BasicEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
-
- org.eclipse.xtext.xbase.impl.XExpressionImpl
-
- org.eclipse.xtext.xbase.impl.XAbstractFeatureCallImpl
-
- org.eclipse.xtext.xbase.impl.XAbstractFeatureCallImplCustom
-
- org.eclipse.xtext.xbase.impl.XMemberFeatureCallImpl
-
- All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier,org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder,org.eclipse.emf.ecore.InternalEObject,XAbstractFeatureCall,XExpression,XMemberFeatureCall
- Direct Known Subclasses:
XMemberFeatureCallImplCustom
public class XMemberFeatureCallImpl extends XAbstractFeatureCallImplCustom implements XMemberFeatureCall
An implementation of the model object 'XMember Feature Call'.The following features are implemented:
- Since:
- 2.7
- Generated:
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
-
-
Field Summary
Fields Modifier and Type Field Description protected static booleanEXPLICIT_OPERATION_CALL_EDEFAULTThe default value of the 'Explicit Operation Call' attribute.protected static booleanEXPLICIT_STATIC_EDEFAULTThe default value of the 'Explicit Static' attribute.protected booleanexplicitOperationCallThe cached value of the 'Explicit Operation Call' attribute.protected booleanexplicitStaticThe cached value of the 'Explicit Static' attribute.protected org.eclipse.emf.common.util.EList<XExpression>memberCallArgumentsThe cached value of the 'Member Call Arguments' containment reference list.protected XExpressionmemberCallTargetThe cached value of the 'Member Call Target' containment reference.protected static booleanNULL_SAFE_EDEFAULTThe default value of the 'Null Safe' attribute.protected booleannullSafeThe cached value of the 'Null Safe' attribute.protected static booleanPACKAGE_FRAGMENT_EDEFAULTThe default value of the 'Package Fragment' attribute.protected booleanpackageFragmentThe cached value of the 'Package Fragment' attribute.protected static booleanSTATIC_WITH_DECLARING_TYPE_EDEFAULTThe default value of the 'Static With Declaring Type' attribute.protected booleanstaticWithDeclaringTypeThe cached value of the 'Static With Declaring Type' attribute.protected static booleanTYPE_LITERAL_EDEFAULTThe default value of the 'Type Literal' attribute.protected booleantypeLiteralThe cached value of the 'Type Literal' attribute.-
Fields inherited from class org.eclipse.xtext.xbase.impl.XAbstractFeatureCallImpl
feature, implicitFirstArgument, implicitReceiver, INVALID_FEATURE_ISSUE_CODE_EDEFAULT, invalidFeatureIssueCode, typeArguments, VALID_FEATURE_EDEFAULT, validFeature
-
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedXMemberFeatureCallImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainbasicSetMemberCallTarget(XExpression newMemberCallTarget, org.eclipse.emf.common.notify.NotificationChain msgs)java.lang.ObjecteGet(int featureID, boolean resolve, boolean coreType)org.eclipse.emf.common.notify.NotificationChaineInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)booleaneIsSet(int featureID)voideSet(int featureID, java.lang.Object newValue)protected org.eclipse.emf.ecore.EClasseStaticClass()voideUnset(int featureID)org.eclipse.emf.common.util.EList<XExpression>getMemberCallArguments()XExpressiongetMemberCallTarget()booleanisExplicitOperationCall()booleanisExplicitStatic()booleanisNullSafe()booleanisPackageFragment()booleanisStaticWithDeclaringType()booleanisTypeLiteral()voidsetExplicitOperationCall(boolean newExplicitOperationCall)voidsetExplicitStatic(boolean newExplicitStatic)voidsetMemberCallTarget(XExpression newMemberCallTarget)voidsetNullSafe(boolean newNullSafe)voidsetPackageFragment(boolean newPackageFragment)voidsetStaticWithDeclaringType(boolean newStaticWithDeclaringType)voidsetTypeLiteral(boolean newTypeLiteral)java.lang.StringtoString()-
Methods inherited from class org.eclipse.xtext.xbase.impl.XAbstractFeatureCallImplCustom
createArgumentList, ensureFeatureLinked, getActualArguments, getActualArguments, getActualReceiver, getConcreteSyntaxFeatureName, getExpressionAsString, getExpressionsAsString, getFeature, getImplicitFirstArgument, getImplicitReceiver, getInvalidFeatureIssueCode, isExplicitOperationCallOrBuilderSyntax, isExtension, isOperation, isStatic, isValidFeature, setFeature
-
Methods inherited from class org.eclipse.xtext.xbase.impl.XAbstractFeatureCallImpl
basicGetFeature, basicSetImplicitFirstArgument, basicSetImplicitReceiver, getActualArguments, getActualReceiver, getExplicitArguments, getTypeArguments, isExtension, setImplicitFirstArgument, setImplicitReceiver, setInvalidFeatureIssueCode
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eBasicSetContainer, eInternalContainer
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettings
-
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
-
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
-
Methods inherited from interface org.eclipse.xtext.xbase.XAbstractFeatureCall
getActualArguments, getActualReceiver, getConcreteSyntaxFeatureName, getExplicitArguments, getFeature, getImplicitFirstArgument, getImplicitReceiver, getInvalidFeatureIssueCode, getTypeArguments, isExplicitOperationCallOrBuilderSyntax, isExtension, isOperation, isStatic, isValidFeature, setFeature, setImplicitFirstArgument, setImplicitReceiver, setInvalidFeatureIssueCode
-
-
-
-
Field Detail
-
memberCallTarget
protected XExpression memberCallTarget
The cached value of the 'Member Call Target' containment reference.- See Also:
getMemberCallTarget()- Generated:
- Ordered:
-
memberCallArguments
protected org.eclipse.emf.common.util.EList<XExpression> memberCallArguments
The cached value of the 'Member Call Arguments' containment reference list.- See Also:
getMemberCallArguments()- Generated:
- Ordered:
-
EXPLICIT_OPERATION_CALL_EDEFAULT
protected static final boolean EXPLICIT_OPERATION_CALL_EDEFAULT
The default value of the 'Explicit Operation Call' attribute.- See Also:
isExplicitOperationCall(), Constant Field Values- Generated:
- Ordered:
-
explicitOperationCall
protected boolean explicitOperationCall
The cached value of the 'Explicit Operation Call' attribute.- See Also:
isExplicitOperationCall()- Generated:
- Ordered:
-
EXPLICIT_STATIC_EDEFAULT
protected static final boolean EXPLICIT_STATIC_EDEFAULT
The default value of the 'Explicit Static' attribute.- See Also:
isExplicitStatic(), Constant Field Values- Generated:
- Ordered:
-
explicitStatic
protected boolean explicitStatic
The cached value of the 'Explicit Static' attribute.- See Also:
isExplicitStatic()- Generated:
- Ordered:
-
NULL_SAFE_EDEFAULT
protected static final boolean NULL_SAFE_EDEFAULT
The default value of the 'Null Safe' attribute.- See Also:
isNullSafe(), Constant Field Values- Generated:
- Ordered:
-
nullSafe
protected boolean nullSafe
The cached value of the 'Null Safe' attribute.- See Also:
isNullSafe()- Generated:
- Ordered:
-
TYPE_LITERAL_EDEFAULT
protected static final boolean TYPE_LITERAL_EDEFAULT
The default value of the 'Type Literal' attribute.- See Also:
isTypeLiteral(), Constant Field Values- Generated:
- Ordered:
-
typeLiteral
protected boolean typeLiteral
The cached value of the 'Type Literal' attribute.- See Also:
isTypeLiteral()- Generated:
- Ordered:
-
STATIC_WITH_DECLARING_TYPE_EDEFAULT
protected static final boolean STATIC_WITH_DECLARING_TYPE_EDEFAULT
The default value of the 'Static With Declaring Type' attribute.- See Also:
isStaticWithDeclaringType(), Constant Field Values- Generated:
- Ordered:
-
staticWithDeclaringType
protected boolean staticWithDeclaringType
The cached value of the 'Static With Declaring Type' attribute.- See Also:
isStaticWithDeclaringType()- Generated:
- Ordered:
-
PACKAGE_FRAGMENT_EDEFAULT
protected static final boolean PACKAGE_FRAGMENT_EDEFAULT
The default value of the 'Package Fragment' attribute.- See Also:
isPackageFragment(), Constant Field Values- Generated:
- Ordered:
-
packageFragment
protected boolean packageFragment
The cached value of the 'Package Fragment' attribute.- See Also:
isPackageFragment()- Generated:
- Ordered:
-
-
Method Detail
-
eStaticClass
protected org.eclipse.emf.ecore.EClass eStaticClass()
- Overrides:
eStaticClassin classXAbstractFeatureCallImpl- Generated:
-
getMemberCallTarget
public XExpression getMemberCallTarget()
- Specified by:
getMemberCallTargetin interfaceXMemberFeatureCall- Returns:
- the value of the 'Member Call Target' containment reference.
- See Also:
XMemberFeatureCall.setMemberCallTarget(XExpression),XbasePackage.getXMemberFeatureCall_MemberCallTarget()- Generated:
-
basicSetMemberCallTarget
public org.eclipse.emf.common.notify.NotificationChain basicSetMemberCallTarget(XExpression newMemberCallTarget, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated:
-
setMemberCallTarget
public void setMemberCallTarget(XExpression newMemberCallTarget)
- Specified by:
setMemberCallTargetin interfaceXMemberFeatureCall- Parameters:
newMemberCallTarget- the new value of the 'Member Call Target' containment reference.- See Also:
XMemberFeatureCall.getMemberCallTarget()- Generated:
-
getMemberCallArguments
public org.eclipse.emf.common.util.EList<XExpression> getMemberCallArguments()
- Specified by:
getMemberCallArgumentsin interfaceXMemberFeatureCall- Returns:
- the value of the 'Member Call Arguments' containment reference list.
- See Also:
XbasePackage.getXMemberFeatureCall_MemberCallArguments()- Generated:
-
isExplicitOperationCall
public boolean isExplicitOperationCall()
- Specified by:
isExplicitOperationCallin interfaceXMemberFeatureCall- Returns:
- the value of the 'Explicit Operation Call' attribute.
- See Also:
XMemberFeatureCall.setExplicitOperationCall(boolean),XbasePackage.getXMemberFeatureCall_ExplicitOperationCall()- Generated:
-
setExplicitOperationCall
public void setExplicitOperationCall(boolean newExplicitOperationCall)
- Specified by:
setExplicitOperationCallin interfaceXMemberFeatureCall- Parameters:
newExplicitOperationCall- the new value of the 'Explicit Operation Call' attribute.- See Also:
XMemberFeatureCall.isExplicitOperationCall()- Generated:
-
isExplicitStatic
public boolean isExplicitStatic()
- Specified by:
isExplicitStaticin interfaceXMemberFeatureCall- Returns:
- the value of the 'Explicit Static' attribute.
- See Also:
XMemberFeatureCall.setExplicitStatic(boolean),XbasePackage.getXMemberFeatureCall_ExplicitStatic()- Generated:
-
setExplicitStatic
public void setExplicitStatic(boolean newExplicitStatic)
- Specified by:
setExplicitStaticin interfaceXMemberFeatureCall- Parameters:
newExplicitStatic- the new value of the 'Explicit Static' attribute.- See Also:
XMemberFeatureCall.isExplicitStatic()- Generated:
-
isNullSafe
public boolean isNullSafe()
- Specified by:
isNullSafein interfaceXMemberFeatureCall- Returns:
- the value of the 'Null Safe' attribute.
- See Also:
XMemberFeatureCall.setNullSafe(boolean),XbasePackage.getXMemberFeatureCall_NullSafe()- Generated:
-
setNullSafe
public void setNullSafe(boolean newNullSafe)
- Specified by:
setNullSafein interfaceXMemberFeatureCall- Parameters:
newNullSafe- the new value of the 'Null Safe' attribute.- See Also:
XMemberFeatureCall.isNullSafe()- Generated:
-
isTypeLiteral
public boolean isTypeLiteral()
- Specified by:
isTypeLiteralin interfaceXAbstractFeatureCall- Specified by:
isTypeLiteralin interfaceXMemberFeatureCall- Overrides:
isTypeLiteralin classXAbstractFeatureCallImplCustom- Returns:
- the value of the 'Type Literal' attribute.
- See Also:
XMemberFeatureCall.setTypeLiteral(boolean),XbasePackage.getXMemberFeatureCall_TypeLiteral()- Generated:
-
setTypeLiteral
public void setTypeLiteral(boolean newTypeLiteral)
- Specified by:
setTypeLiteralin interfaceXMemberFeatureCall- Parameters:
newTypeLiteral- the new value of the 'Type Literal' attribute.- See Also:
XMemberFeatureCall.isTypeLiteral()- Generated:
-
isStaticWithDeclaringType
public boolean isStaticWithDeclaringType()
- Specified by:
isStaticWithDeclaringTypein interfaceXMemberFeatureCall- Returns:
- the value of the 'Static With Declaring Type' attribute.
- See Also:
XMemberFeatureCall.setStaticWithDeclaringType(boolean),XbasePackage.getXMemberFeatureCall_StaticWithDeclaringType()- Generated:
-
setStaticWithDeclaringType
public void setStaticWithDeclaringType(boolean newStaticWithDeclaringType)
- Specified by:
setStaticWithDeclaringTypein interfaceXMemberFeatureCall- Parameters:
newStaticWithDeclaringType- the new value of the 'Static With Declaring Type' attribute.- See Also:
XMemberFeatureCall.isStaticWithDeclaringType()- Generated:
-
isPackageFragment
public boolean isPackageFragment()
- Specified by:
isPackageFragmentin interfaceXAbstractFeatureCall- Specified by:
isPackageFragmentin interfaceXMemberFeatureCall- Overrides:
isPackageFragmentin classXAbstractFeatureCallImplCustom- Returns:
- the value of the 'Package Fragment' attribute.
- See Also:
XMemberFeatureCall.setPackageFragment(boolean),XbasePackage.getXMemberFeatureCall_PackageFragment()- Generated:
-
setPackageFragment
public void setPackageFragment(boolean newPackageFragment)
- Specified by:
setPackageFragmentin interfaceXMemberFeatureCall- Parameters:
newPackageFragment- the new value of the 'Package Fragment' attribute.- See Also:
XMemberFeatureCall.isPackageFragment()- Generated:
-
eInverseRemove
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)- Overrides:
eInverseRemovein classXAbstractFeatureCallImpl- Generated:
-
eGet
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)- Specified by:
eGetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eGetin classXAbstractFeatureCallImpl- Generated:
-
eSet
public void eSet(int featureID, java.lang.Object newValue)- Specified by:
eSetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eSetin classXAbstractFeatureCallImpl- Generated:
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnsetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eUnsetin classXAbstractFeatureCallImpl- Generated:
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eIsSetin classXAbstractFeatureCallImpl- Generated:
-
toString
public java.lang.String toString()
- Overrides:
toStringin classXAbstractFeatureCallImpl- Generated:
-
-