Class UnparseableSourceTypeVariable
java.lang.Object
gw.internal.gosu.parser.java.classinfo.UnparseableSourceTypeVariable
- All Implemented Interfaces:
IJavaClassType
,IJavaClassTypeVariable
,Serializable
- See Also:
-
Field Summary
FieldsFields inherited from interface gw.lang.reflect.java.IJavaClassType
EMPTY_ARRAY, ERROR_TYPE, NULL_TYPE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetActualType
(TypeVarToTypeMap typeMap) getActualType
(TypeVarToTypeMap typeMap, boolean bKeepTypeVars) getName()
boolean
isArray()
boolean
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
-
Field Details
-
_owner
-
-
Constructor Details
-
UnparseableSourceTypeVariable
-
-
Method Details
-
getActualType
- Specified by:
getActualType
in interfaceIJavaClassType
-
getActualType
- Specified by:
getActualType
in interfaceIJavaClassType
-
getConcreteType
- Specified by:
getConcreteType
in interfaceIJavaClassType
-
getName
- Specified by:
getName
in interfaceIJavaClassType
- Specified by:
getName
in interfaceIJavaClassTypeVariable
-
getSimpleName
- Specified by:
getSimpleName
in interfaceIJavaClassType
-
getModule
- Specified by:
getModule
in interfaceIJavaClassType
-
getNamespace
- Specified by:
getNamespace
in interfaceIJavaClassType
-
getBounds
- Specified by:
getBounds
in interfaceIJavaClassTypeVariable
-
isFunctionTypeVar
public boolean isFunctionTypeVar()- Specified by:
isFunctionTypeVar
in interfaceIJavaClassTypeVariable
-
getVariance
- Specified by:
getVariance
in interfaceIJavaClassTypeVariable
-
setVariance
- Specified by:
setVariance
in interfaceIJavaClassTypeVariable
-
isArray
public boolean isArray()- Specified by:
isArray
in interfaceIJavaClassType
-
getComponentType
- Specified by:
getComponentType
in interfaceIJavaClassType
-