public class CGBuiltInIterationCallExpImpl extends CGIterationCallExpImpl implements CGBuiltInIterationCallExp
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(CGModelVisitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
|
NotificationChain |
basicSetAccumulator(CGIterator newAccumulator,
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) |
CGIterator |
getAccumulator() |
boolean |
isBoxed()
Return true if this value is a boxed value.
|
boolean |
isCaught()
Returns true if any exception associated with this value has been caught and consequently the value may be an InvalidValueException.
|
boolean |
isEcore()
Return true if this value is an Ecore value.
|
boolean |
isNonNull()
Return true if this value is not null.
|
boolean |
isSettable()
Return true if this value can be inlined as an expression term.
|
boolean |
isUnboxed()
Return true if this value is an unboxed value.
|
void |
setAccumulator(CGIterator newAccumulator) |
void |
setCaught(boolean isCaught)
Set the caught status.
|
void |
setNonNull()
Set the non-null status.
|
basicSetBody, getBody, getIterators, getPlace, getReferredIteration, isEquivalentToInternal, isNonInvalid, isNull, setBody, setReferredIteration, toStringbasicSetSource, getSource, isGlobal, isInvalidating, isValidating, setInvalidating, setSource, setValidatinggetDependsOn, getEcoreClassifier, getInvalidValue, getNamedValue, getOwns, getReferredValue, getSourceValue, getThisValue, getTypedValue, getValueName, isAssertedNonNull, isCommonable, isConstant, isContext, isEquivalentTo, isFalse, isInlined, isInvalid, isTrue, isUncommonable, rewriteAs, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeIdgetAst, getName, setAst, setNameeBasicSetContainer, getChildren, getParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBody, getIterators, getReferredIteration, setBody, setReferredIterationgetSource, isInvalidating, isValidating, setInvalidating, setSource, setValidatinggetDependsOn, getEcoreClassifier, getInvalidValue, getNamedValue, getOwns, getReferredValue, getSourceValue, getThisValue, getTypedValue, getValueName, isAssertedNonNull, isCommonable, isConstant, isEquivalentTo, isEquivalentToInternal, isFalse, isGlobal, isInlined, isInvalid, isNonInvalid, isNull, isTrue, isUncommonable, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeIdgetAst, getName, setAst, setNamepublic CGIterator getAccumulator()
getAccumulator in interface CGBuiltInIterationCallExpCGBuiltInIterationCallExp.setAccumulator(CGIterator),
CGModelPackage.getCGBuiltInIterationCallExp_Accumulator()public NotificationChain basicSetAccumulator(CGIterator newAccumulator, NotificationChain msgs)
public void setAccumulator(CGIterator newAccumulator)
setAccumulator in interface CGBuiltInIterationCallExpnewAccumulator - the new value of the 'Accumulator' containment reference.CGBuiltInIterationCallExp.getAccumulator()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class CGIterationCallExpImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class CGIterationCallExpImplpublic void eSet(int featureID,
Object newValue)
eSet in class CGIterationCallExpImplpublic void eUnset(int featureID)
eUnset in class CGIterationCallExpImplpublic boolean eIsSet(int featureID)
eIsSet in class CGIterationCallExpImplpublic <R> R accept(CGModelVisitor<R> visitor)
accept in interface CGElementaccept in class CGElementImplpublic boolean isBoxed()
isBoxed in interface CGValuedElementisBoxed in class CGValuedElementImplpublic boolean isCaught()
isCaught in interface CGValuedElementisCaught in class CGValuedElementImplpublic boolean isEcore()
isEcore in interface CGValuedElementisEcore in class CGValuedElementImplpublic boolean isNonNull()
isNonNull in interface CGValuedElementisNonNull in class CGIterationCallExpImplpublic boolean isSettable()
isSettable in interface CGValuedElementisSettable in class CGValuedElementImplpublic boolean isUnboxed()
isUnboxed in interface CGValuedElementisUnboxed in class CGValuedElementImplpublic void setCaught(boolean isCaught)
setCaught in interface CGValuedElementsetCaught in class CGValuedElementImplpublic void setNonNull()
setNonNull in interface CGBuiltInIterationCallExpCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.