public class IterateExpImpl<C,PM> extends LoopExpImpl<C,PM> implements IterateExp<C,PM>
The following features are implemented:
| 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) |
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, setTypeequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcheckLoopVariableInit, checkLoopVariableType, checkSourceCollection, getBody, getIterator, setBodygetName, getType, setName, setTypegetPropertyEndPosition, getPropertyStartPosition, setPropertyEndPosition, setPropertyStartPositiongetEndPosition, getStartPosition, setEndPosition, setStartPositionpublic 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 void setResult(Variable<C,PM> newResult)
setResult in interface IterateExp<C,PM>newResult - the new value of the 'Result' containment reference.IterateExp.getResult()public boolean checkIterateType(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkIterateType in interface IterateExp<C,PM>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<C,PM>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<C,PM>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 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 © 2005, 2018 IBM Corporation and others. All Rights Reserved.