Class IRTypeResolver
- java.lang.Object
-
- gw.internal.gosu.ir.transform.util.IRTypeResolver
-
public class IRTypeResolver extends Object
-
-
Constructor Summary
Constructors Constructor Description IRTypeResolver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IRType
getConcreteIRTypeForMetaType(MetaType metaType)
static IRType
getDescriptor(IType type)
static IRType
getDescriptor(IType type, boolean getConcreteTypeForMetaType)
static IRType
getDescriptor(IJavaClassInfo cls)
static IRType
getDescriptor(Class cls)
static List<IRType>
getDescriptors(IJavaClassInfo[] classes)
static List<IRType>
getDescriptors(Class[] classes)
static List<IRType>
getDescriptors(List<IType> types)
static IJavaClassInfo
getJavaBackedClass(IType arg)
-
-
-
Method Detail
-
getDescriptor
public static IRType getDescriptor(IJavaClassInfo cls)
-
getJavaBackedClass
public static IJavaClassInfo getJavaBackedClass(IType arg)
-
getDescriptors
public static List<IRType> getDescriptors(IJavaClassInfo[] classes)
-
-