org.eclipse.xtext.xtype
Interface XFunctionTypeRef

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JvmSpecializedTypeReference, JvmTypeReference, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
XFunctionTypeRefImpl, XFunctionTypeRefImplCustom

public interface XFunctionTypeRef
extends JvmSpecializedTypeReference

A representation of the model object 'XFunction Type Ref'.

The following features are supported:

See Also:
XtypePackage.getXFunctionTypeRef()
EMF generated code
EMF model element

Method Summary
 org.eclipse.emf.common.util.EList<JvmTypeReference> getParamTypes()
          Returns the value of the 'Param Types' containment reference list.
 JvmTypeReference getReturnType()
          Returns the value of the 'Return Type' containment reference.
 JvmType getType()
          Returns the value of the 'Type' reference.
 boolean isInstanceContext()
          Returns the value of the 'Instance Context' attribute.
 void setInstanceContext(boolean value)
          Sets the value of the 'Instance Context' attribute.
 void setReturnType(JvmTypeReference value)
          Sets the value of the 'Return Type' containment reference.
 void setType(JvmType value)
          Sets the value of the 'Type' reference.
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmSpecializedTypeReference
getEquivalent, setEquivalent
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmTypeReference
accept, accept, getIdentifier, getQualifiedName, getQualifiedName, getSimpleName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getParamTypes

org.eclipse.emf.common.util.EList<JvmTypeReference> getParamTypes()
Returns the value of the 'Param Types' containment reference list. The list contents are of type JvmTypeReference.

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

Returns:
the value of the 'Param Types' containment reference list.
See Also:
XtypePackage.getXFunctionTypeRef_ParamTypes()
EMF generated code
EMF model element
containment="true"

getReturnType

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

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

Returns:
the value of the 'Return Type' containment reference.
See Also:
setReturnType(JvmTypeReference), XtypePackage.getXFunctionTypeRef_ReturnType()
EMF generated code
EMF model element
containment="true"

setReturnType

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

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

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...

Specified by:
getType in interface JvmTypeReference
Returns:
the value of the 'Type' reference.
See Also:
setType(JvmType), XtypePackage.getXFunctionTypeRef_Type()
EMF generated code
EMF model element
transient="true" derived="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

isInstanceContext

boolean isInstanceContext()
Returns the value of the 'Instance Context' attribute.

If the meaning of the 'Instance Context' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Instance Context' attribute.
See Also:
setInstanceContext(boolean), XtypePackage.getXFunctionTypeRef_InstanceContext()
EMF generated code
EMF model element

setInstanceContext

void setInstanceContext(boolean value)
Sets the value of the 'Instance Context' attribute.

Parameters:
value - the new value of the 'Instance Context' attribute.
See Also:
isInstanceContext()
EMF generated code