@Deprecated
public class Closures
extends java.lang.Object
| Constructor and Description | 
|---|
Closures()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
JvmTypeReference | 
createFunctionTypeRef(org.eclipse.emf.ecore.EObject context,
                     java.util.List<JvmTypeReference> parameterTypes,
                     JvmTypeReference returnType,
                     boolean instanceContext)
Deprecated.  
  | 
JvmParameterizedTypeReference | 
createRawFunctionTypeRef(org.eclipse.emf.ecore.EObject context,
                        int parameterCount,
                        boolean procedure)
Deprecated.  
  | 
JvmOperation | 
findImplementingOperation(JvmTypeReference closureType,
                         org.eclipse.emf.ecore.resource.Resource resource)
Deprecated.  
  | 
JvmTypeReference | 
getCompatibleFunctionType(JvmTypeReference original,
                         boolean instanceContext,
                         boolean rawType)
Deprecated.  
  | 
public JvmTypeReference getCompatibleFunctionType(JvmTypeReference original, boolean instanceContext, boolean rawType)
null.public JvmOperation findImplementingOperation(JvmTypeReference closureType, org.eclipse.emf.ecore.resource.Resource resource)
public JvmParameterizedTypeReference createRawFunctionTypeRef(org.eclipse.emf.ecore.EObject context, int parameterCount, boolean procedure)
public JvmTypeReference createFunctionTypeRef(org.eclipse.emf.ecore.EObject context, java.util.List<JvmTypeReference> parameterTypes, JvmTypeReference returnType, boolean instanceContext)