org.eclipse.xtext.xtype
Interface XFunctionTypeRef

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

public interface XFunctionTypeRef
extends JvmParameterizedTypeReference

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
 void setReturnType(JvmTypeReference value)
          Sets the value of the 'Return Type' containment reference
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmParameterizedTypeReference
getArguments, getType, setType
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmTypeReference
getIdentifier, getQualifiedName, getQualifiedName, getSimpleName
 
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

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