public class PropertyCallExpImpl extends NavigationCallExpImpl implements PropertyCallExp
The following features are implemented:
| Type | Property and Description |
|---|---|
EStructuralFeature |
basicGetReferred |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
EStructuralFeature |
basicGetReferredProperty() |
boolean |
checkPropertyType(DiagnosticChain diagnostics,
Map<Object,Object> context) |
int |
eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass) |
int |
eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
EStructuralFeature |
getReferredProperty() |
void |
setReferredProperty(EStructuralFeature newReferredProperty) |
basicGetNavigationSource, eInverseRemove, getNavigationSource, getQualifier, setNavigationSourceisMarkedPre, setMarkedPre, toStringbasicSetSource, getPropertyEndPosition, getPropertyStartPosition, getSource, setPropertyEndPosition, setPropertyStartPosition, setSourcegetEndPosition, getStartPosition, getType, setEndPosition, setStartPosition, setTypeequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNavigationSource, getQualifier, setNavigationSourceisMarkedPre, setMarkedPregetName, getType, setName, setTypegetPropertyEndPosition, getPropertyStartPosition, setPropertyEndPosition, setPropertyStartPositiongetEndPosition, getStartPosition, setEndPosition, setStartPositionpublic EStructuralFeature getReferredProperty()
getReferredProperty in interface PropertyCallExp<EClassifier,EStructuralFeature>PropertyCallExp.setReferredProperty(Object),
ExpressionsPackage.getPropertyCallExp_ReferredProperty()public EStructuralFeature basicGetReferredProperty()
public void setReferredProperty(EStructuralFeature newReferredProperty)
setReferredProperty in interface PropertyCallExp<EClassifier,EStructuralFeature>newReferredProperty - the new value of the 'Referred Property' reference.PropertyCallExp.getReferredProperty()public boolean checkPropertyType(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkPropertyType in interface PropertyCallExp<EClassifier,EStructuralFeature>diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class NavigationCallExpImplpublic void eSet(int featureID,
Object newValue)
eSet in class NavigationCallExpImplpublic void eUnset(int featureID)
eUnset in class NavigationCallExpImplpublic boolean eIsSet(int featureID)
eIsSet in class NavigationCallExpImplpublic int eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass)
eBaseStructuralFeatureID in class NavigationCallExpImplpublic int eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass)
eDerivedStructuralFeatureID in class NavigationCallExpImplpublic <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
OCLExpressionImplaccept in interface Visitableaccept in class OCLExpressionImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.