public class OperationCallExpImpl<C,O> extends FeatureCallExpImpl<C> implements OperationCallExp<C,O>
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
O |
basicGetReferredOperation() |
boolean |
checkArgumentCount(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
checkArgumentsConform(DiagnosticChain diagnostics,
Map<Object,Object> context) |
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() |
O |
getReferredOperation() |
void |
setOperationCode(int newOperationCode) |
void |
setReferredOperation(O newReferredOperation) |
isMarkedPre, setMarkedPre, toStringbasicSetSource, eBaseStructuralFeatureID, eDerivedStructuralFeatureID, getPropertyEndPosition, getPropertyStartPosition, getSource, setPropertyEndPosition, setPropertyStartPosition, setSourcegetEndPosition, getName, getStartPosition, getType, setEndPosition, setName, setStartPosition, setTypeequals, getClass, hashCode, notify, notifyAll, wait, wait, waitisMarkedPre, setMarkedPregetName, getType, setName, setTypegetPropertyEndPosition, getPropertyStartPosition, setPropertyEndPosition, setPropertyStartPositiongetEndPosition, getStartPosition, setEndPosition, setStartPositionpublic <any> getArgument()
getArgument in interface OperationCallExp<C,O>ExpressionsPackage.getOperationCallExp_Argument()public O getReferredOperation()
getReferredOperation in interface OperationCallExp<C,O>OperationCallExp.setReferredOperation(Object),
ExpressionsPackage.getOperationCallExp_ReferredOperation()public O basicGetReferredOperation()
public void setReferredOperation(O newReferredOperation)
setReferredOperation in interface OperationCallExp<C,O>newReferredOperation - the new value of the 'Referred Operation' reference.OperationCallExp.getReferredOperation()public int getOperationCode()
getOperationCode in interface OperationCallExp<C,O>OperationCallExp.setOperationCode(int),
ExpressionsPackage.getOperationCallExp_OperationCode()public void setOperationCode(int newOperationCode)
setOperationCode in interface OperationCallExp<C,O>newOperationCode - the new value of the 'Operation Code' attribute.OperationCallExp.getOperationCode()public boolean checkArgumentsConform(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkArgumentsConform in interface OperationCallExp<C,O>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<C,O>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 CallExpImpl<C>public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class FeatureCallExpImpl<C>public void eSet(int featureID,
Object newValue)
eSet in class FeatureCallExpImpl<C>public void eUnset(int featureID)
eUnset in class FeatureCallExpImpl<C>public boolean eIsSet(int featureID)
eIsSet in class FeatureCallExpImpl<C>public <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
OCLExpressionImplaccept in interface Visitableaccept in class OCLExpressionImpl<C>Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.