public class IterateExpImpl<C,PM> extends LoopExpImpl<C,PM> implements IterateExp<C,PM>
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected Variable<C,PM> |
result
The cached value of the '
Result' containment reference. |
body, iteratorPROPERTY_END_POSITION_EDEFAULT, PROPERTY_START_POSITION_EDEFAULT, propertyEndPosition, propertyStartPosition, sourceEND_POSITION_EDEFAULT, endPosition, START_POSITION_EDEFAULT, startPosition| Modifier | Constructor and Description |
|---|---|
protected |
IterateExpImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
NotificationChain |
basicSetResult(Variable<C,PM> 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) |
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) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
Variable<C,PM> |
getResult() |
void |
setResult(Variable<C,PM> newResult) |
basicSetBody, checkLoopVariableInit, checkLoopVariableType, checkSourceCollection, getBody, getIterator, setBodybasicSetSource, eBaseStructuralFeatureID, eDerivedStructuralFeatureID, getPropertyEndPosition, getPropertyStartPosition, getSource, setPropertyEndPosition, setPropertyStartPosition, setSource, toStringgetEndPosition, getName, getStartPosition, getType, setEndPosition, setName, setStartPosition, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcheckBodyType, checkIterateType, checkResultInit, setResultcheckLoopVariableInit, checkLoopVariableType, checkSourceCollection, getBody, getIterator, setBodygetName, getType, setName, setTypegetPropertyEndPosition, getPropertyStartPosition, setPropertyEndPosition, setPropertyStartPositiongetEndPosition, getStartPosition, setEndPosition, setStartPositionprotected Variable<C,PM> result
Result' containment reference.
getResult()protected EClass eStaticClass()
eStaticClass in class LoopExpImpl<C,PM>public Variable<C,PM> getResult()
getResult in interface IterateExp<C,PM>IterateExp.setResult(Variable),
ExpressionsPackage.getIterateExp_Result()public NotificationChain basicSetResult(Variable<C,PM> newResult, NotificationChain msgs)
public boolean checkIterateType(DiagnosticChain diagnostics,
Map<Object,Object> context)
public boolean checkResultInit(DiagnosticChain diagnostics,
Map<Object,Object> context)
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class LoopExpImpl<C,PM>public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class LoopExpImpl<C,PM>public void eSet(int featureID,
Object newValue)
eSet in class LoopExpImpl<C,PM>public void eUnset(int featureID)
eUnset in class LoopExpImpl<C,PM>public boolean eIsSet(int featureID)
eIsSet in class LoopExpImpl<C,PM>public <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
OCLExpressionImplaccept in interface Visitableaccept in class OCLExpressionImpl<C>Copyright © 2015 Open eHealth Foundation. All rights reserved.