Package gw.internal.gosu.parser
Class AsmWildcardTypeJavaClassWildcardType
- java.lang.Object
-
- gw.lang.reflect.java.JavaSourceElement
-
- gw.internal.gosu.parser.AsmTypeJavaClassType
-
- gw.internal.gosu.parser.AsmWildcardTypeJavaClassWildcardType
-
- All Implemented Interfaces:
IJavaClassType,IJavaClassWildcardType,Serializable
public class AsmWildcardTypeJavaClassWildcardType extends AsmTypeJavaClassType implements IJavaClassWildcardType
- 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 AsmWildcardTypeJavaClassWildcardType(IAsmType genType, AsmWildcardType wildcardType, IModule module)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IJavaClassTypegetConcreteType()IJavaClassInfogetEnclosingClass()IModulegetModule()StringgetSimpleName()TreegetTree()IJavaClassTypegetUpperBound()-
Methods inherited from class gw.internal.gosu.parser.AsmTypeJavaClassType
createType, createType, equals, getActualType, getActualType, getComponentType, getName, getNamespace, getType, hashCode, isArray
-
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, getComponentType, getName, getNamespace, isArray, isAssignableFrom
-
-
-
-
Constructor Detail
-
AsmWildcardTypeJavaClassWildcardType
public AsmWildcardTypeJavaClassWildcardType(IAsmType genType, AsmWildcardType wildcardType, IModule module)
-
-
Method Detail
-
getUpperBound
public IJavaClassType getUpperBound()
- Specified by:
getUpperBoundin interfaceIJavaClassWildcardType
-
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
-
-