public interface VariableExp<C,PM> extends OCLExpression<C>
The following features are supported:
ExpressionsPackage.getVariableExp()| Modifier and Type | Method and Description |
|---|---|
boolean |
checkVarType(DiagnosticChain diagnostics,
Map<Object,Object> context)
type = referredVariable.type
|
Variable<C,PM> |
getReferredVariable()
Returns the value of the 'Referred Variable' reference.
|
void |
setReferredVariable(Variable<C,PM> value)
Sets the value of the '
Referred Variable' reference. |
getName, getType, setName, setTypegetEndPosition, getStartPosition, setEndPosition, setStartPositionVariable<C,PM> getReferredVariable()
If the meaning of the 'Referred Variable' reference isn't clear, there really should be more of a description here...
setReferredVariable(Variable),
ExpressionsPackage.getVariableExp_ReferredVariable()void setReferredVariable(Variable<C,PM> value)
Referred Variable' reference.
value - the new value of the 'Referred Variable' reference.getReferredVariable()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.