public interface XCastedExpression extends XExpression
The following features are supported:
XbasePackage.getXCastedExpression()| Modifier and Type | Method and Description |
|---|---|
XExpression |
getTarget()
Returns the value of the 'Target' containment reference
|
JvmTypeReference |
getType()
Returns the value of the 'Type' containment reference
|
void |
setTarget(XExpression value)
Sets the value of the '
Target' containment reference |
void |
setType(JvmTypeReference value)
Sets the value of the '
Type' containment reference |
JvmTypeReference getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(JvmTypeReference),
XbasePackage.getXCastedExpression_Type()void setType(JvmTypeReference value)
Type' containment reference.
value - the new value of the 'Type' containment reference.getType()XExpression getTarget()
If the meaning of the 'Target' containment reference isn't clear, there really should be more of a description here...
setTarget(XExpression),
XbasePackage.getXCastedExpression_Target()void setTarget(XExpression value)
Target' containment reference.
value - the new value of the 'Target' containment reference.getTarget()