public interface IJavaClassType extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static IJavaClassInfo[] |
EMPTY_ARRAY |
static ErrorJavaClassInfo |
ERROR_TYPE |
static ErrorJavaClassInfo |
NULL_TYPE |
| Modifier and Type | Method and Description |
|---|---|
IType |
getActualType(TypeVarToTypeMap typeMap) |
IType |
getActualType(TypeVarToTypeMap typeMap,
boolean bKeepTypeVars) |
IJavaClassType |
getConcreteType() |
IModule |
getModule() |
String |
getName() |
String |
getNamespace() |
String |
getSimpleName() |
static final IJavaClassInfo[] EMPTY_ARRAY
static final ErrorJavaClassInfo NULL_TYPE
static final ErrorJavaClassInfo ERROR_TYPE
IType getActualType(TypeVarToTypeMap typeMap)
IType getActualType(TypeVarToTypeMap typeMap, boolean bKeepTypeVars)
IJavaClassType getConcreteType()
String getName()
String getSimpleName()
IModule getModule()
String getNamespace()
Copyright © 2019. All rights reserved.