public interface LetExp<C,PM> extends OCLExpression<C>
ExpressionsPackage.getLetExp()| Modifier and Type | Method and Description |
|---|---|
boolean |
checkLetType(DiagnosticChain diagnostics,
Map<Object,Object> context)
type = in.type
|
OCLExpression<C> |
getIn()
Returns the value of the 'In' containment reference.
|
Variable<C,PM> |
getVariable()
Returns the value of the 'Variable' containment reference.
|
void |
setIn(OCLExpression<C> value)
Sets the value of the '
In' containment reference. |
void |
setVariable(Variable<C,PM> value)
Sets the value of the '
Variable' containment reference. |
getName, getType, setName, setTypegetEndPosition, getStartPosition, setEndPosition, setStartPositionOCLExpression<C> getIn()
If the meaning of the 'In' containment reference isn't clear, there really should be more of a description here...
setIn(OCLExpression),
ExpressionsPackage.getLetExp_In()void setIn(OCLExpression<C> value)
In' containment reference.
value - the new value of the 'In' containment reference.getIn()Variable<C,PM> getVariable()
If the meaning of the 'Variable' containment reference isn't clear, there really should be more of a description here...
setVariable(Variable),
ExpressionsPackage.getLetExp_Variable()void setVariable(Variable<C,PM> value)
Variable' containment reference.
value - the new value of the 'Variable' containment reference.getVariable()Copyright © 2015 Open eHealth Foundation. All rights reserved.