org.eclipse.xtext.xbase
Interface XCastedExpression

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, XExpression
All Known Implementing Classes:
XCastedExpressionImpl

public interface XCastedExpression
extends XExpression

A representation of the model object 'XCasted Expression'.

The following features are supported:

See Also:
XbasePackage.getXCastedExpression()
EMF generated code
EMF model element

Method Summary
 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
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getType

JvmTypeReference getType()
Returns the value of the 'Type' containment reference.

If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' containment reference.
See Also:
setType(JvmTypeReference), XbasePackage.getXCastedExpression_Type()
EMF generated code
EMF model element
containment="true"

setType

void setType(JvmTypeReference value)
Sets the value of the 'Type' containment reference.

Parameters:
value - the new value of the 'Type' containment reference.
See Also:
getType()
EMF generated code

getTarget

XExpression getTarget()
Returns the value of the 'Target' containment reference.

If the meaning of the 'Target' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Target' containment reference.
See Also:
setTarget(XExpression), XbasePackage.getXCastedExpression_Target()
EMF generated code
EMF model element
containment="true"

setTarget

void setTarget(XExpression value)
Sets the value of the 'Target' containment reference.

Parameters:
value - the new value of the 'Target' containment reference.
See Also:
getTarget()
EMF generated code