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 IJavaClassType
getComponentType()
IJavaClassType
getConcreteType()
IJavaClassInfo
getEnclosingClass()
IJavaClassType
getGenericComponentType()
IModule
getModule()
String
getSimpleName()
com.sun.source.tree.Tree
getTree()
boolean
isArray()
-
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:
getGenericComponentType
in interfaceIJavaClassGenericArrayType
-
getConcreteType
public IJavaClassType getConcreteType()
- Specified by:
getConcreteType
in interfaceIJavaClassType
-
getSimpleName
public String getSimpleName()
- Specified by:
getSimpleName
in interfaceIJavaClassType
-
getModule
public IModule getModule()
- Specified by:
getModule
in interfaceIJavaClassType
- Overrides:
getModule
in classAsmTypeJavaClassType
-
getTree
public com.sun.source.tree.Tree getTree()
- Specified by:
getTree
in classJavaSourceElement
-
getEnclosingClass
public IJavaClassInfo getEnclosingClass()
- Specified by:
getEnclosingClass
in classJavaSourceElement
-
isArray
public boolean isArray()
- Specified by:
isArray
in interfaceIJavaClassType
- Overrides:
isArray
in classAsmTypeJavaClassType
-
getComponentType
public IJavaClassType getComponentType()
- Specified by:
getComponentType
in interfaceIJavaClassType
- Overrides:
getComponentType
in classAsmTypeJavaClassType
-
-