Package gw.internal.gosu.parser
Class TypeJavaClassType
java.lang.Object
gw.internal.gosu.parser.TypeJavaClassType
- All Implemented Interfaces:
IJavaClassType
,Serializable
- Direct Known Subclasses:
ClassJavaClassInfo
,GenericArrayTypeJavaClassGenericArrayType
,ParameterizedTypeJavaClassParameterizedType
,TypeVariableJavaClassTypeVariable
,TypeVariableJavaTypeVariable
,WildcardTypeJavaClassWildcardType
- 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 TypeMethodDescriptionstatic IJavaClassType
createType
(Type rawType, IModule module) static IJavaClassType
createType
(Type genType, Type rawType, IModule module) boolean
getActualType
(TypeVarToTypeMap typeMap) getActualType
(TypeVarToTypeMap typeMap, boolean bKeepTypeVars) getName()
int
hashCode()
boolean
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
getConcreteType, getSimpleName, isAssignableFrom
-
Field Details
-
_type
-
_module
-
-
Constructor Details
-
TypeJavaClassType
-
-
Method Details
-
getActualType
- Specified by:
getActualType
in interfaceIJavaClassType
-
getActualType
- Specified by:
getActualType
in interfaceIJavaClassType
-
createType
-
createType
-
getName
- Specified by:
getName
in interfaceIJavaClassType
-
getModule
- Specified by:
getModule
in interfaceIJavaClassType
-
getNamespace
- Specified by:
getNamespace
in interfaceIJavaClassType
-
hashCode
public int hashCode() -
equals
-
isArray
public boolean isArray()- Specified by:
isArray
in interfaceIJavaClassType
-
getComponentType
- Specified by:
getComponentType
in interfaceIJavaClassType
-