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 booleanequals(Object obj)ITypegetActualType(TypeVarToTypeMap typeMap)ITypegetActualType(TypeVarToTypeMap typeMap, boolean bKeepTypeVars)IJavaClassType[]getActualTypeArguments()IJavaClassTypegetComponentType()IJavaClassTypegetConcreteType()IModulegetModule()StringgetName()StringgetNamespace()StringgetSimpleName()inthashCode()booleanisArray()StringtoString()-
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:
getActualTypeArgumentsin interfaceIJavaClassParameterizedType
-
getActualType
public IType getActualType(TypeVarToTypeMap typeMap)
- Specified by:
getActualTypein interfaceIJavaClassType
-
getActualType
public IType getActualType(TypeVarToTypeMap typeMap, boolean bKeepTypeVars)
- Specified by:
getActualTypein interfaceIJavaClassType
-
getConcreteType
public IJavaClassType getConcreteType()
- Specified by:
getConcreteTypein interfaceIJavaClassParameterizedType- Specified by:
getConcreteTypein interfaceIJavaClassType
-
getName
public String getName()
- Specified by:
getNamein interfaceIJavaClassType
-
getSimpleName
public String getSimpleName()
- Specified by:
getSimpleNamein interfaceIJavaClassType
-
isArray
public boolean isArray()
- Specified by:
isArrayin interfaceIJavaClassType
-
getComponentType
public IJavaClassType getComponentType()
- Specified by:
getComponentTypein interfaceIJavaClassType
-
getModule
public IModule getModule()
- Specified by:
getModulein interfaceIJavaClassType
-
getNamespace
public String getNamespace()
- Specified by:
getNamespacein interfaceIJavaClassType
-
-