public class IRTypeResolver extends Object
| Constructor and Description |
|---|
IRTypeResolver() |
| Modifier and Type | Method and Description |
|---|---|
static IRType |
getConcreteIRTypeForMetaType(MetaType metaType) |
static IRType |
getDescriptor(Class cls) |
static IRType |
getDescriptor(IJavaClassInfo cls) |
static IRType |
getDescriptor(IType type) |
static IRType |
getDescriptor(IType type,
boolean getConcreteTypeForMetaType) |
static List<IRType> |
getDescriptors(Class[] classes) |
static List<IRType> |
getDescriptors(IJavaClassInfo[] classes) |
static List<IRType> |
getDescriptors(List<IType> types) |
static IJavaClassInfo |
getJavaBackedClass(IType arg) |
public static IRType getDescriptor(IJavaClassInfo cls)
public static IJavaClassInfo getJavaBackedClass(IType arg)
public static List<IRType> getDescriptors(IJavaClassInfo[] classes)
Copyright © 2020. All rights reserved.