public class IterateExpImpl extends LoopExpImpl implements IterateExp
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<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 |
basicSetOwnedResult(Variable newOwnedResult,
NotificationChain msgs) |
int |
eDerivedOperationID(int baseOperationID,
Class<?> baseClass) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
Object |
eInvoke(int operationID,
<any> arguments) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
Variable |
getOwnedResult() |
Element |
getReferredElement() |
void |
setOwnedResult(Variable newOwnedResult) |
boolean |
validateBodyTypeConformsToResultType(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateOneInitializer(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateSafeIteratorIsRequired(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateSafeSourceCanBeNull(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateTypeIsResultType(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateUnsafeSourceCanNotBeNull(DiagnosticChain diagnostics,
Map<Object,Object> context) |
basicGetReferredIteration, basicSetOwnedBody, getOwnedBody, getOwnedIterators, getReferredIteration, setOwnedBody, setReferredIteration, validateNoInitializers, validateSourceIsCollectionbasicSetOwnedSource, getOwnedSource, isIsImplicit, isIsSafe, setIsImplicit, setIsSafe, setOwnedSource, toString, validateTypeIsNotInvalidgetTypeValue, isNonNull, isNull, setTypeValue, validateTypeIsNotNullbasicGetType, CompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameallOwnedElements, eInverseAdd, getAnnotatingComments, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuegetESObject, getETarget, getImage, getTarget, getText, setESObject, setTarget, unloadedequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOwnedBody, getOwnedIterators, getReferredIteration, setOwnedBody, setReferredIteration, validateNoInitializers, validateSourceIsCollectiongetOwnedSource, isIsImplicit, isIsSafe, setIsImplicit, setIsSafe, setOwnedSource, validateTypeIsNotInvalidgetTypeValue, isNonNull, isNull, setTypeValue, validateTypeIsNotNullCompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic Variable getOwnedResult()
getOwnedResult in interface IterateExpIterateExp.setOwnedResult(Variable),
PivotPackage.getIterateExp_OwnedResult()public NotificationChain basicSetOwnedResult(Variable newOwnedResult, NotificationChain msgs)
public void setOwnedResult(Variable newOwnedResult)
setOwnedResult in interface IterateExpnewOwnedResult - the new value of the 'Owned Result' containment reference.IterateExp.getOwnedResult()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class LoopExpImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class LoopExpImplpublic void eSet(int featureID,
Object newValue)
eSet in class LoopExpImplpublic void eUnset(int featureID)
eUnset in class LoopExpImplpublic boolean eIsSet(int featureID)
eIsSet in class LoopExpImplpublic int eDerivedOperationID(int baseOperationID,
Class<?> baseClass)
public Object eInvoke(int operationID, <any> arguments) throws InvocationTargetException
eInvoke in class LoopExpImplInvocationTargetExceptionpublic <R> R accept(Visitor<R> visitor)
Elementpublic Element getReferredElement()
getReferredElement in interface ReferringElementpublic boolean validateTypeIsResultType(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateTypeIsResultType in interface IterateExppublic boolean validateUnsafeSourceCanNotBeNull(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateUnsafeSourceCanNotBeNull in interface IterateExppublic boolean validateBodyTypeConformsToResultType(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateBodyTypeConformsToResultType in interface IterateExppublic boolean validateOneInitializer(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateOneInitializer in interface IterateExppublic boolean validateSafeIteratorIsRequired(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateSafeIteratorIsRequired in interface IterateExppublic boolean validateSafeSourceCanBeNull(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateSafeSourceCanBeNull in interface IterateExpCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.