public class OperationCallExpImpl extends FeatureCallExpImpl implements OperationCallExp
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
Operation |
basicGetReferredOperation() |
boolean |
checkArgumentCount(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
checkArgumentsConform(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) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
<any> |
getArgument() |
int |
getOperationCode() |
Operation |
getReferredOperation() |
void |
setOperationCode(int newOperationCode) |
void |
setReferredOperation(Operation newReferredOperation) |
isMarkedPre, setMarkedPre, toStringbasicSetSource, getPropertyEndPosition, getPropertyStartPosition, getSource, setPropertyEndPosition, setPropertyStartPosition, setSourcegetEndPosition, getStartPosition, getType, has_type, setEndPosition, setStartPosition, setTypeequals, getClass, hashCode, notify, notifyAll, wait, wait, waithas_typeisMarkedPre, setMarkedPregetName, getType, setName, setTypegetPropertyEndPosition, getPropertyStartPosition, setPropertyEndPosition, setPropertyStartPositiongetEndPosition, getStartPosition, setEndPosition, setStartPositionpublic <any> getArgument()
getArgument in interface OperationCallExp<Classifier,Operation>ExpressionsPackage.getOperationCallExp_Argument()public Operation getReferredOperation()
getReferredOperation in interface OperationCallExp<Classifier,Operation>OperationCallExp.setReferredOperation(Object),
ExpressionsPackage.getOperationCallExp_ReferredOperation()public Operation basicGetReferredOperation()
public void setReferredOperation(Operation newReferredOperation)
setReferredOperation in interface OperationCallExp<Classifier,Operation>newReferredOperation - the new value of the 'Referred Operation' reference.OperationCallExp.getReferredOperation()public int getOperationCode()
getOperationCode in interface OperationCallExp<Classifier,Operation>OperationCallExp.setOperationCode(int),
ExpressionsPackage.getOperationCallExp_OperationCode()public void setOperationCode(int newOperationCode)
setOperationCode in interface OperationCallExp<Classifier,Operation>newOperationCode - the new value of the 'Operation Code' attribute.OperationCallExp.getOperationCode()public boolean checkArgumentsConform(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkArgumentsConform in interface OperationCallExp<Classifier,Operation>diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
public boolean checkArgumentCount(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkArgumentCount in interface OperationCallExp<Classifier,Operation>diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class CallExpImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class FeatureCallExpImplpublic void eSet(int featureID,
Object newValue)
eSet in class FeatureCallExpImplpublic void eUnset(int featureID)
eUnset in class FeatureCallExpImplpublic boolean eIsSet(int featureID)
eIsSet in class FeatureCallExpImplpublic int eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass)
eBaseStructuralFeatureID in class FeatureCallExpImplpublic int eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass)
eDerivedStructuralFeatureID in class FeatureCallExpImplpublic <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
accept in interface Visitableaccept in class OCLExpressionImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.