public abstract class LoopExpImpl extends CallExpImpl implements LoopExp
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
basicSetBody(OCLExpression<Classifier> newBody,
NotificationChain msgs) |
boolean |
checkLoopVariableInit(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
checkLoopVariableType(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
checkSourceCollection(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) |
OCLExpression<Classifier> |
getBody() |
<any> |
getIterator() |
void |
setBody(OCLExpression<Classifier> newBody) |
basicSetSource, getPropertyEndPosition, getPropertyStartPosition, getSource, setPropertyEndPosition, setPropertyStartPosition, setSource, toStringaccept, getEndPosition, getStartPosition, getType, has_type, setEndPosition, setStartPosition, setTypeequals, getClass, hashCode, notify, notifyAll, wait, wait, waithas_typegetName, getType, setName, setTypegetPropertyEndPosition, getPropertyStartPosition, setPropertyEndPosition, setPropertyStartPositiongetEndPosition, getStartPosition, setEndPosition, setStartPositionpublic OCLExpression<Classifier> getBody()
getBody in interface LoopExp<Classifier,Parameter>LoopExp.setBody(OCLExpression),
ExpressionsPackage.getLoopExp_Body()public NotificationChain basicSetBody(OCLExpression<Classifier> newBody, NotificationChain msgs)
public void setBody(OCLExpression<Classifier> newBody)
setBody in interface LoopExp<Classifier,Parameter>newBody - the new value of the 'Body' containment reference.LoopExp.getBody()public <any> getIterator()
getIterator in interface LoopExp<Classifier,Parameter>ExpressionsPackage.getLoopExp_Iterator()public boolean checkSourceCollection(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkSourceCollection in interface LoopExp<Classifier,Parameter>diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
public boolean checkLoopVariableInit(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkLoopVariableInit in interface LoopExp<Classifier,Parameter>diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
public boolean checkLoopVariableType(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkLoopVariableType in interface LoopExp<Classifier,Parameter>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 CallExpImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class CallExpImplpublic void eSet(int featureID,
Object newValue)
eSet in class CallExpImplpublic void eUnset(int featureID)
eUnset in class CallExpImplpublic boolean eIsSet(int featureID)
eIsSet in class CallExpImplpublic int eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass)
eBaseStructuralFeatureID in class CallExpImplpublic int eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass)
eDerivedStructuralFeatureID in class CallExpImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.