Class JavaWildcardType
java.lang.Object
gw.internal.gosu.parser.java.classinfo.JavaWildcardType
- All Implemented Interfaces:
IJavaClassType
,IJavaClassWildcardType
,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IJavaClassType
private boolean
private IModule
private JavaParameterizedType
Fields 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
setBound
(IJavaClassType bound) void
setOwnerType
(JavaParameterizedType ownerType) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface gw.lang.reflect.java.IJavaClassType
isAssignableFrom
-
Field Details
-
_ownerType
-
_bound
-
_bSuper
private boolean _bSuper -
_module
-
-
Constructor Details
-
JavaWildcardType
-
-
Method Details
-
getConcreteType
- Specified by:
getConcreteType
in interfaceIJavaClassType
-
getNamespace
- Specified by:
getNamespace
in interfaceIJavaClassType
-
getName
- Specified by:
getName
in interfaceIJavaClassType
-
getSimpleName
- Specified by:
getSimpleName
in interfaceIJavaClassType
-
getModule
- Specified by:
getModule
in interfaceIJavaClassType
-
toString
-
getActualType
- Specified by:
getActualType
in interfaceIJavaClassType
-
getActualType
- Specified by:
getActualType
in interfaceIJavaClassType
-
getUpperBound
- Specified by:
getUpperBound
in interfaceIJavaClassWildcardType
-
setBound
-
isContravariant
public boolean isContravariant() -
setOwnerType
-
getOwnerType
-
isArray
public boolean isArray()- Specified by:
isArray
in interfaceIJavaClassType
-
getComponentType
- Specified by:
getComponentType
in interfaceIJavaClassType
-