public abstract class CGIterationCallExpImpl extends CGCallExpImpl implements CGIterationCallExp
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
basicSetBody(CGValuedElement newBody,
NotificationChain msgs) |
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) |
CGValuedElement |
getBody() |
List<CGIterator> |
getIterators() |
AbstractPlace |
getPlace(Map<CGElement,AbstractPlace> element2place)
Returns the place for this element, updating and reusing element2place as required.
|
Iteration |
getReferredIteration() |
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 |
setBody(CGValuedElement newBody) |
void |
setReferredIteration(Iteration newReferredIteration) |
String |
toString() |
basicSetSource, getSource, isGlobal, isInvalidating, isValidating, setInvalidating, setSource, setValidatinggetDependsOn, getEcoreClassifier, getInvalidValue, getNamedValue, getOwns, 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 Iteration getReferredIteration()
getReferredIteration in interface CGIterationCallExpCGIterationCallExp.setReferredIteration(Iteration),
CGModelPackage.getCGIterationCallExp_ReferredIteration()public void setReferredIteration(Iteration newReferredIteration)
setReferredIteration in interface CGIterationCallExpnewReferredIteration - the new value of the 'Referred Iteration' attribute.CGIterationCallExp.getReferredIteration()public List<CGIterator> getIterators()
getIterators in interface CGIterationCallExpCGModelPackage.getCGIterationCallExp_Iterators()public CGValuedElement getBody()
getBody in interface CGIterationCallExpCGIterationCallExp.setBody(CGValuedElement),
CGModelPackage.getCGIterationCallExp_Body()public NotificationChain basicSetBody(CGValuedElement newBody, NotificationChain msgs)
public void setBody(CGValuedElement newBody)
setBody in interface CGIterationCallExpnewBody - the new value of the 'Body' containment reference.CGIterationCallExp.getBody()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 AbstractPlace getPlace(Map<CGElement,AbstractPlace> element2place)
getPlace in interface CGElementgetPlace in class CGValuedElementImplpublic 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.