Package gw.internal.gosu.parser
Class WildcardTypeJavaClassWildcardType
- java.lang.Object
-
- gw.internal.gosu.parser.TypeJavaClassType
-
- gw.internal.gosu.parser.WildcardTypeJavaClassWildcardType
-
- All Implemented Interfaces:
IJavaClassType
,IJavaClassWildcardType
,Serializable
public class WildcardTypeJavaClassWildcardType extends TypeJavaClassType implements IJavaClassWildcardType
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class gw.internal.gosu.parser.TypeJavaClassType
_module
-
Fields inherited from interface gw.lang.reflect.java.IJavaClassType
EMPTY_ARRAY, ERROR_TYPE, NULL_TYPE
-
-
Constructor Summary
Constructors Constructor Description WildcardTypeJavaClassWildcardType(Type genType, WildcardType wildcardType, IModule module)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IJavaClassType
getConcreteType()
IModule
getModule()
String
getSimpleName()
IJavaClassType
getUpperBound()
-
Methods inherited from class gw.internal.gosu.parser.TypeJavaClassType
createType, createType, equals, getActualType, getActualType, getComponentType, getName, getNamespace, hashCode, isArray
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gw.lang.reflect.java.IJavaClassType
getActualType, getActualType, getComponentType, getName, getNamespace, isArray, isAssignableFrom
-
-
-
-
Constructor Detail
-
WildcardTypeJavaClassWildcardType
public WildcardTypeJavaClassWildcardType(Type genType, WildcardType wildcardType, IModule module)
-
-
Method Detail
-
getUpperBound
public IJavaClassType getUpperBound()
- Specified by:
getUpperBound
in interfaceIJavaClassWildcardType
-
getConcreteType
public IJavaClassType getConcreteType()
- Specified by:
getConcreteType
in interfaceIJavaClassType
-
getSimpleName
public String getSimpleName()
- Specified by:
getSimpleName
in interfaceIJavaClassType
-
getModule
public IModule getModule()
- Specified by:
getModule
in interfaceIJavaClassType
- Overrides:
getModule
in classTypeJavaClassType
-
-