public interface XFunctionTypeRef extends JvmSpecializedTypeReference
XtypePackage.getXFunctionTypeRef()| Modifier and Type | Method and Description |
|---|---|
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 |
getEquivalent, setEquivalentaccept, accept, getIdentifier, getQualifiedName, getQualifiedName, getSimpleNameorg.eclipse.emf.common.util.EList<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()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(JvmTypeReference value)
Return Type' containment reference.
value - the new value of the 'Return Type' containment reference.getReturnType()JvmType getType()
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
getType in interface JvmTypeReferencesetType(JvmType),
XtypePackage.getXFunctionTypeRef_Type()void setType(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()Copyright © 2015. All Rights Reserved.