public class VariableExpImpl<C,PM> extends OCLExpressionImpl<C> implements VariableExp<C,PM>
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected Variable<C,PM> |
referredVariable
The cached value of the '
Referred Variable' reference. |
END_POSITION_EDEFAULT, endPosition, START_POSITION_EDEFAULT, startPosition| Modifier | Constructor and Description |
|---|---|
protected |
VariableExpImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
Variable<C,PM> |
basicGetReferredVariable() |
boolean |
checkVarType(DiagnosticChain diagnostics,
Map<Object,Object> context) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
Variable<C,PM> |
getReferredVariable() |
void |
setReferredVariable(Variable<C,PM> newReferredVariable) |
eBaseStructuralFeatureID, eDerivedStructuralFeatureID, getEndPosition, getName, getStartPosition, getType, setEndPosition, setName, setStartPosition, setType, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcheckVarType, setReferredVariablegetName, getType, setName, setTypegetEndPosition, getStartPosition, setEndPosition, setStartPositionprotected Variable<C,PM> referredVariable
Referred Variable' reference.
getReferredVariable()protected EClass eStaticClass()
eStaticClass in class OCLExpressionImpl<C>public Variable<C,PM> getReferredVariable()
getReferredVariable in interface VariableExp<C,PM>VariableExp.setReferredVariable(Variable),
ExpressionsPackage.getVariableExp_ReferredVariable()public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class OCLExpressionImpl<C>public void eSet(int featureID,
Object newValue)
eSet in class OCLExpressionImpl<C>public void eUnset(int featureID)
eUnset in class OCLExpressionImpl<C>public boolean eIsSet(int featureID)
eIsSet in class OCLExpressionImpl<C>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.