public abstract class CGOperationCallExpImpl extends CGCallExpImpl implements CGOperationCallExp
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
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) |
List<CGValuedElement> |
getArguments() |
Operation |
getReferredOperation() |
Boolean |
isEquivalentToInternal(CGValuedElement thatValue)
Provided that thatValue does not delegate its equivalence computation, return true/false if this value can be determined to have deep value equivalence/inequivalence to thatValue, null if no determination can be made.
|
boolean |
isNonInvalid()
Return true if this value is false.
|
boolean |
isNonNull()
Return true if this value is not null.
|
boolean |
isNull()
Return true if this value is null.
|
void |
setReferredOperation(Operation newReferredOperation) |
String |
toString() |
basicSetSource, getSource, isGlobal, isInvalidating, isValidating, setInvalidating, setSource, setValidatinggetDependsOn, getEcoreClassifier, getInvalidValue, getNamedValue, getOwns, getPlace, getReferredValue, getSourceValue, getThisValue, getTypedValue, getValueName, isAssertedNonNull, isBoxed, isCaught, isCommonable, isConstant, isContext, isEcore, isEquivalentTo, isFalse, isInlined, isInvalid, isSettable, isTrue, isUnboxed, isUncommonable, rewriteAs, setCaught, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeIdgetAst, getName, setAst, setNameaccept, eBasicSetContainer, getChildren, getParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSource, isInvalidating, isValidating, setInvalidating, setSource, setValidatinggetDependsOn, getEcoreClassifier, getInvalidValue, getNamedValue, getOwns, getReferredValue, getSourceValue, getThisValue, getTypedValue, getValueName, isAssertedNonNull, isBoxed, isCaught, isCommonable, isConstant, isEcore, isEquivalentTo, isFalse, isGlobal, isInlined, isInvalid, isSettable, isTrue, isUnboxed, isUncommonable, setCaught, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeIdgetAst, getName, setAst, setNamepublic List<CGValuedElement> getArguments()
getArguments in interface CGOperationCallExpCGModelPackage.getCGOperationCallExp_Arguments()public Operation getReferredOperation()
getReferredOperation in interface CGOperationCallExpCGOperationCallExp.setReferredOperation(Operation),
CGModelPackage.getCGOperationCallExp_ReferredOperation()public void setReferredOperation(Operation newReferredOperation)
setReferredOperation in interface CGOperationCallExpnewReferredOperation - the new value of the 'Referred Operation' attribute.CGOperationCallExp.getReferredOperation()public String toString()
toString in class CGCallExpImplpublic NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class CGCallExpImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class CGCallExpImplpublic void eSet(int featureID,
Object newValue)
eSet in class CGCallExpImplpublic void eUnset(int featureID)
eUnset in class CGCallExpImplpublic boolean eIsSet(int featureID)
eIsSet in class CGCallExpImplpublic Boolean isEquivalentToInternal(CGValuedElement thatValue)
isEquivalentToInternal in interface CGValuedElementisEquivalentToInternal in class CGCallExpImplpublic boolean isNonInvalid()
isNonInvalid in interface CGValuedElementisNonInvalid in class CGValuedElementImplpublic boolean isNonNull()
isNonNull in interface CGValuedElementisNonNull in class CGValuedElementImplpublic boolean isNull()
isNull in interface CGValuedElementisNull in class CGValuedElementImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.