Class UnparseableSourceTypeVariable
- java.lang.Object
-
- gw.internal.gosu.parser.java.classinfo.UnparseableSourceTypeVariable
-
- All Implemented Interfaces:
IJavaClassType
,IJavaClassTypeVariable
,Serializable
public class UnparseableSourceTypeVariable extends Object implements IJavaClassTypeVariable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface gw.lang.reflect.java.IJavaClassType
EMPTY_ARRAY, ERROR_TYPE, NULL_TYPE
-
-
Constructor Summary
Constructors Constructor Description UnparseableSourceTypeVariable(ITypeInfoResolver owner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IType
getActualType(TypeVarToTypeMap typeMap)
IType
getActualType(TypeVarToTypeMap typeMap, boolean bKeepTypeVars)
IJavaClassType[]
getBounds()
IJavaClassType
getComponentType()
IJavaClassType
getConcreteType()
IModule
getModule()
String
getName()
String
getNamespace()
String
getSimpleName()
Variance
getVariance()
boolean
isArray()
boolean
isFunctionTypeVar()
void
setVariance(Variance variance)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gw.lang.reflect.java.IJavaClassType
isAssignableFrom
-
-
-
-
Constructor Detail
-
UnparseableSourceTypeVariable
public UnparseableSourceTypeVariable(ITypeInfoResolver owner)
-
-
Method Detail
-
getActualType
public IType getActualType(TypeVarToTypeMap typeMap)
- Specified by:
getActualType
in interfaceIJavaClassType
-
getActualType
public IType getActualType(TypeVarToTypeMap typeMap, boolean bKeepTypeVars)
- Specified by:
getActualType
in interfaceIJavaClassType
-
getConcreteType
public IJavaClassType getConcreteType()
- Specified by:
getConcreteType
in interfaceIJavaClassType
-
getName
public String getName()
- Specified by:
getName
in interfaceIJavaClassType
- Specified by:
getName
in interfaceIJavaClassTypeVariable
-
getSimpleName
public String getSimpleName()
- Specified by:
getSimpleName
in interfaceIJavaClassType
-
getModule
public IModule getModule()
- Specified by:
getModule
in interfaceIJavaClassType
-
getNamespace
public String getNamespace()
- Specified by:
getNamespace
in interfaceIJavaClassType
-
getBounds
public IJavaClassType[] getBounds()
- Specified by:
getBounds
in interfaceIJavaClassTypeVariable
-
isFunctionTypeVar
public boolean isFunctionTypeVar()
- Specified by:
isFunctionTypeVar
in interfaceIJavaClassTypeVariable
-
getVariance
public Variance getVariance()
- Specified by:
getVariance
in interfaceIJavaClassTypeVariable
-
setVariance
public void setVariance(Variance variance)
- Specified by:
setVariance
in interfaceIJavaClassTypeVariable
-
isArray
public boolean isArray()
- Specified by:
isArray
in interfaceIJavaClassType
-
getComponentType
public IJavaClassType getComponentType()
- Specified by:
getComponentType
in interfaceIJavaClassType
-
-