public class IterateExpImpl extends LoopExpImpl implements IterateExp
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
NotificationChain |
basicSetResult(Variable<EClassifier,EParameter> newResult,
NotificationChain msgs) |
boolean |
checkBodyType(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
checkIterateType(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
checkResultInit(DiagnosticChain diagnostics,
Map<Object,Object> context) |
int |
eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass) |
int |
eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass) |
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) |
Variable<EClassifier,EParameter> |
getResult() |
void |
setResult(Variable<EClassifier,EParameter> newResult) |
basicSetBody, checkLoopVariableInit, checkLoopVariableType, checkSourceCollection, getBody, getIterator, setBodybasicSetSource, getPropertyEndPosition, getPropertyStartPosition, getSource, setPropertyEndPosition, setPropertyStartPosition, setSource, toStringgetEndPosition, getStartPosition, getType, setEndPosition, setStartPosition, setTypeequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcheckLoopVariableInit, checkLoopVariableType, checkSourceCollection, getBody, getIterator, setBodygetName, getType, setName, setTypegetPropertyEndPosition, getPropertyStartPosition, setPropertyEndPosition, setPropertyStartPositiongetEndPosition, getStartPosition, setEndPosition, setStartPositionpublic Variable<EClassifier,EParameter> getResult()
getResult in interface IterateExp<EClassifier,EParameter>IterateExp.setResult(Variable),
ExpressionsPackage.getIterateExp_Result()public NotificationChain basicSetResult(Variable<EClassifier,EParameter> newResult, NotificationChain msgs)
public void setResult(Variable<EClassifier,EParameter> newResult)
setResult in interface IterateExp<EClassifier,EParameter>newResult - the new value of the 'Result' containment reference.IterateExp.getResult()public boolean checkIterateType(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkIterateType in interface IterateExp<EClassifier,EParameter>diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
public boolean checkBodyType(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkBodyType in interface IterateExp<EClassifier,EParameter>diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
public boolean checkResultInit(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkResultInit in interface IterateExp<EClassifier,EParameter>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 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 eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass)
eBaseStructuralFeatureID in class LoopExpImplpublic int eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass)
eDerivedStructuralFeatureID in class LoopExpImplpublic <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
OCLExpressionImplaccept in interface Visitableaccept in class OCLExpressionImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.