org.eclipse.xtext.xbase
Interface XInstanceOfExpression

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

public interface XInstanceOfExpression
extends XExpression

A representation of the model object 'XInstance Of Expression'.

The following features are supported:

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

Method Summary
 XExpression getExpression()
          Returns the value of the 'Expression' containment reference
 JvmType getType()
          Returns the value of the 'Type' reference
 void setExpression(XExpression value)
          Sets the value of the 'Expression' containment reference
 void setType(JvmType value)
          Sets the value of the 'Type' 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

JvmType getType()
Returns the value of the 'Type' reference.

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

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

setType

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

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

getExpression

XExpression getExpression()
Returns the value of the 'Expression' containment reference.

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

Returns:
the value of the 'Expression' containment reference.
See Also:
setExpression(XExpression), XbasePackage.getXInstanceOfExpression_Expression()
EMF generated code
EMF model element
containment="true" required="true"

setExpression

void setExpression(XExpression value)
Sets the value of the 'Expression' containment reference.

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