public interface XFunctionTypeRef
extends org.eclipse.xtext.common.types.JvmSpecializedTypeReference
XtypePackage.getXFunctionTypeRef()The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<org.eclipse.xtext.common.types.JvmTypeReference> |
getParamTypes()
Returns the value of the 'Param Types' containment reference list.
|
org.eclipse.xtext.common.types.JvmTypeReference |
getReturnType()
Returns the value of the 'Return Type' containment reference.
|
org.eclipse.xtext.common.types.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(org.eclipse.xtext.common.types.JvmTypeReference value)
Sets the value of the '
Return Type' containment reference. |
void |
setType(org.eclipse.xtext.common.types.JvmType value)
Sets the value of the '
Type' reference. |
getEquivalent, setEquivalentaccept, accept, getIdentifier, getQualifiedName, getQualifiedName, getSimpleNameorg.eclipse.emf.common.util.EList<org.eclipse.xtext.common.types.JvmTypeReference> getParamTypes()
JvmTypeReference.
If the meaning of the 'Param Types' containment reference list isn't clear, there really should be more of a description here...
XtypePackage.getXFunctionTypeRef_ParamTypes()org.eclipse.xtext.common.types.JvmTypeReference getReturnType()
If the meaning of the 'Return Type' containment reference isn't clear, there really should be more of a description here...
setReturnType(JvmTypeReference),
XtypePackage.getXFunctionTypeRef_ReturnType()void setReturnType(org.eclipse.xtext.common.types.JvmTypeReference value)
Return Type' containment reference.
value - the new value of the 'Return Type' containment reference.getReturnType()org.eclipse.xtext.common.types.JvmType getType()
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
getType in interface org.eclipse.xtext.common.types.JvmTypeReferencesetType(JvmType),
XtypePackage.getXFunctionTypeRef_Type()void setType(org.eclipse.xtext.common.types.JvmType value)
Type' reference.
value - the new value of the 'Type' reference.getType()boolean isInstanceContext()
If the meaning of the 'Instance Context' attribute isn't clear, there really should be more of a description here...
setInstanceContext(boolean),
XtypePackage.getXFunctionTypeRef_InstanceContext()void setInstanceContext(boolean value)
Instance Context' attribute.
value - the new value of the 'Instance Context' attribute.isInstanceContext()