Class JavaParameterizedType
- java.lang.Object
-
- gw.internal.gosu.parser.java.classinfo.JavaParameterizedType
-
- All Implemented Interfaces:
IJavaClassParameterizedType
,IJavaClassType
,Serializable
public class JavaParameterizedType extends Object implements IJavaClassParameterizedType
- 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 JavaParameterizedType(IJavaClassType[] args, IJavaClassType rawType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
IType
getActualType(TypeVarToTypeMap typeMap)
IType
getActualType(TypeVarToTypeMap typeMap, boolean bKeepTypeVars)
IJavaClassType[]
getActualTypeArguments()
IJavaClassType
getComponentType()
IJavaClassType
getConcreteType()
IModule
getModule()
String
getName()
String
getNamespace()
String
getSimpleName()
int
hashCode()
boolean
isArray()
String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface gw.lang.reflect.java.IJavaClassType
isAssignableFrom
-
-
-
-
Constructor Detail
-
JavaParameterizedType
public JavaParameterizedType(IJavaClassType[] args, IJavaClassType rawType)
-
-
Method Detail
-
getActualTypeArguments
public IJavaClassType[] getActualTypeArguments()
- Specified by:
getActualTypeArguments
in interfaceIJavaClassParameterizedType
-
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 interfaceIJavaClassParameterizedType
- Specified by:
getConcreteType
in interfaceIJavaClassType
-
getName
public String getName()
- Specified by:
getName
in interfaceIJavaClassType
-
getSimpleName
public String getSimpleName()
- Specified by:
getSimpleName
in interfaceIJavaClassType
-
isArray
public boolean isArray()
- Specified by:
isArray
in interfaceIJavaClassType
-
getComponentType
public IJavaClassType getComponentType()
- Specified by:
getComponentType
in interfaceIJavaClassType
-
getModule
public IModule getModule()
- Specified by:
getModule
in interfaceIJavaClassType
-
getNamespace
public String getNamespace()
- Specified by:
getNamespace
in interfaceIJavaClassType
-
-