public class XFunctionTypeRefs
extends java.lang.Object
| Constructor and Description |
|---|
XFunctionTypeRefs() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
buildUri(boolean procedure,
int functionParamCount) |
static org.eclipse.emf.common.util.URI |
computeTypeUri(boolean procedure,
int functionParamCount) |
static org.eclipse.emf.common.util.URI |
computeTypeUri(java.lang.Class<?> topLevelClass) |
static org.eclipse.xtext.common.types.JvmType |
getType(java.lang.Class<?> clazz,
org.eclipse.emf.ecore.EObject context) |
static org.eclipse.xtext.common.types.JvmType |
getWrappedType(org.eclipse.xtext.common.types.JvmType type) |
static org.eclipse.xtext.common.types.JvmTypeReference |
wrapIfNecessary(org.eclipse.xtext.common.types.JvmTypeReference reference,
org.eclipse.xtext.common.types.JvmType type) |
public static org.eclipse.emf.common.util.URI computeTypeUri(boolean procedure,
int functionParamCount)
public static java.lang.String buildUri(boolean procedure,
int functionParamCount)
public static org.eclipse.emf.common.util.URI computeTypeUri(java.lang.Class<?> topLevelClass)
public static org.eclipse.xtext.common.types.JvmTypeReference wrapIfNecessary(org.eclipse.xtext.common.types.JvmTypeReference reference,
org.eclipse.xtext.common.types.JvmType type)
public static org.eclipse.xtext.common.types.JvmType getWrappedType(org.eclipse.xtext.common.types.JvmType type)
public static org.eclipse.xtext.common.types.JvmType getType(java.lang.Class<?> clazz,
org.eclipse.emf.ecore.EObject context)