Class JavaSourceArrayType
- java.lang.Object
-
- gw.internal.gosu.parser.java.classinfo.JavaSourceArrayType
-
- All Implemented Interfaces:
IJavaClassGenericArrayType,IJavaClassType,java.io.Serializable
public class JavaSourceArrayType extends java.lang.Object implements IJavaClassGenericArrayType
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private IJavaClassType_componentType-
Fields inherited from interface gw.lang.reflect.java.IJavaClassType
EMPTY_ARRAY, ERROR_TYPE, NULL_TYPE
-
-
Constructor Summary
Constructors Constructor Description JavaSourceArrayType(IJavaClassType componentType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ITypegetActualType(TypeVarToTypeMap typeMap)ITypegetActualType(TypeVarToTypeMap typeMap, boolean bKeepTypeVars)IJavaClassTypegetComponentType()IJavaClassTypegetConcreteType()IJavaClassTypegetGenericComponentType()IModulegetModule()java.lang.StringgetName()java.lang.StringgetNamespace()java.lang.StringgetSimpleName()booleanisArray()java.lang.StringtoString()-
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 Detail
-
_componentType
private IJavaClassType _componentType
-
-
Constructor Detail
-
JavaSourceArrayType
public JavaSourceArrayType(IJavaClassType componentType)
-
-
Method Detail
-
getGenericComponentType
public IJavaClassType getGenericComponentType()
- Specified by:
getGenericComponentTypein interfaceIJavaClassGenericArrayType
-
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 interfaceIJavaClassType
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceIJavaClassType
-
getSimpleName
public java.lang.String getSimpleName()
- Specified by:
getSimpleNamein interfaceIJavaClassType
-
getModule
public IModule getModule()
- Specified by:
getModulein interfaceIJavaClassType
-
getNamespace
public java.lang.String getNamespace()
- Specified by:
getNamespacein interfaceIJavaClassType
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
isArray
public boolean isArray()
- Specified by:
isArrayin interfaceIJavaClassType
-
getComponentType
public IJavaClassType getComponentType()
- Specified by:
getComponentTypein interfaceIJavaClassType
-
-