public class LetExpImpl extends OCLExpressionImpl implements LetExp
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
NotificationChain |
basicSetIn(OCLExpression<EClassifier> newIn,
NotificationChain msgs) |
NotificationChain |
basicSetVariable(Variable<EClassifier,EParameter> newVariable,
NotificationChain msgs) |
boolean |
checkLetType(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<EClassifier> |
getIn() |
Variable<EClassifier,EParameter> |
getVariable() |
void |
setIn(OCLExpression<EClassifier> newIn) |
void |
setVariable(Variable<EClassifier,EParameter> newVariable) |
String |
toString() |
getEndPosition, getStartPosition, getType, setEndPosition, setStartPosition, setTypeequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getType, setName, setTypegetEndPosition, getStartPosition, setEndPosition, setStartPositionpublic OCLExpression<EClassifier> getIn()
getIn in interface LetExp<EClassifier,EParameter>LetExp.setIn(OCLExpression),
ExpressionsPackage.getLetExp_In()public NotificationChain basicSetIn(OCLExpression<EClassifier> newIn, NotificationChain msgs)
public void setIn(OCLExpression<EClassifier> newIn)
setIn in interface LetExp<EClassifier,EParameter>newIn - the new value of the 'In' containment reference.LetExp.getIn()public Variable<EClassifier,EParameter> getVariable()
getVariable in interface LetExp<EClassifier,EParameter>LetExp.setVariable(Variable),
ExpressionsPackage.getLetExp_Variable()public NotificationChain basicSetVariable(Variable<EClassifier,EParameter> newVariable, NotificationChain msgs)
public void setVariable(Variable<EClassifier,EParameter> newVariable)
setVariable in interface LetExp<EClassifier,EParameter>newVariable - the new value of the 'Variable' containment reference.LetExp.getVariable()public boolean checkLetType(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkLetType in interface LetExp<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)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class OCLExpressionImplpublic void eSet(int featureID,
Object newValue)
eSet in class OCLExpressionImplpublic void eUnset(int featureID)
eUnset in class OCLExpressionImplpublic boolean eIsSet(int featureID)
eIsSet in class OCLExpressionImplpublic int eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass)
eBaseStructuralFeatureID in class OCLExpressionImplpublic int eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass)
eDerivedStructuralFeatureID in class OCLExpressionImplpublic String toString()
toString in class OCLExpressionImplpublic <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.