Package gw.internal.gosu.parser
Class AsmGenericArrayTypeJavaClassGenericArrayType
- java.lang.Object
-
- gw.lang.reflect.java.JavaSourceElement
-
- gw.internal.gosu.parser.AsmTypeJavaClassType
-
- gw.internal.gosu.parser.AsmGenericArrayTypeJavaClassGenericArrayType
-
- All Implemented Interfaces:
IJavaClassGenericArrayType,IJavaClassType,Serializable
public class AsmGenericArrayTypeJavaClassGenericArrayType extends AsmTypeJavaClassType implements IJavaClassGenericArrayType
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class gw.internal.gosu.parser.AsmTypeJavaClassType
_module
-
Fields inherited from interface gw.lang.reflect.java.IJavaClassType
EMPTY_ARRAY, ERROR_TYPE, NULL_TYPE
-
-
Constructor Summary
Constructors Constructor Description AsmGenericArrayTypeJavaClassGenericArrayType(IAsmType genericArrayType, IModule module)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IJavaClassTypegetComponentType()IJavaClassTypegetConcreteType()IJavaClassInfogetEnclosingClass()IJavaClassTypegetGenericComponentType()IModulegetModule()StringgetSimpleName()TreegetTree()booleanisArray()-
Methods inherited from class gw.internal.gosu.parser.AsmTypeJavaClassType
createType, createType, equals, getActualType, getActualType, getName, getNamespace, getType, hashCode
-
Methods inherited from class gw.lang.reflect.java.JavaSourceElement
findInnerSourceType, getCompilationUnitTree, getDeclaringClass, getEndPosition, getLocationInfo, getSourcePositions, getStartPosition
-
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, getName, getNamespace, isAssignableFrom
-
-
-
-
Method Detail
-
getGenericComponentType
public IJavaClassType getGenericComponentType()
- Specified by:
getGenericComponentTypein interfaceIJavaClassGenericArrayType
-
getConcreteType
public IJavaClassType getConcreteType()
- Specified by:
getConcreteTypein interfaceIJavaClassType
-
getSimpleName
public String getSimpleName()
- Specified by:
getSimpleNamein interfaceIJavaClassType
-
getModule
public IModule getModule()
- Specified by:
getModulein interfaceIJavaClassType- Overrides:
getModulein classAsmTypeJavaClassType
-
getTree
public Tree getTree()
- Specified by:
getTreein classJavaSourceElement
-
getEnclosingClass
public IJavaClassInfo getEnclosingClass()
- Specified by:
getEnclosingClassin classJavaSourceElement
-
isArray
public boolean isArray()
- Specified by:
isArrayin interfaceIJavaClassType- Overrides:
isArrayin classAsmTypeJavaClassType
-
getComponentType
public IJavaClassType getComponentType()
- Specified by:
getComponentTypein interfaceIJavaClassType- Overrides:
getComponentTypein classAsmTypeJavaClassType
-
-