Package gw.internal.gosu.parser
Class AsmTypeVariableJavaClassTypeVariable
- java.lang.Object
-
- gw.lang.reflect.java.JavaSourceElement
-
- gw.internal.gosu.parser.AsmTypeJavaClassType
-
- gw.internal.gosu.parser.AsmTypeVariableJavaClassTypeVariable
-
- All Implemented Interfaces:
IJavaClassType
,IJavaClassTypeVariable
,Serializable
public class AsmTypeVariableJavaClassTypeVariable extends AsmTypeJavaClassType implements IJavaClassTypeVariable
- 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 AsmTypeVariableJavaClassTypeVariable(IAsmType typeVariable, IModule module)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IJavaClassType[]
getBounds()
IJavaClassType
getConcreteType()
IJavaClassInfo
getEnclosingClass()
IModule
getModule()
String
getName()
String
getSimpleName()
com.sun.source.tree.Tree
getTree()
Variance
getVariance()
boolean
isFunctionTypeVar()
void
setVariance(Variance variance)
String
toString()
-
Methods inherited from class gw.internal.gosu.parser.AsmTypeJavaClassType
createType, createType, equals, getActualType, getActualType, getComponentType, 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, wait, wait, wait
-
Methods inherited from interface gw.lang.reflect.java.IJavaClassType
getActualType, getActualType, getComponentType, getNamespace, isArray, isAssignableFrom
-
-
-
-
Method Detail
-
getConcreteType
public IJavaClassType getConcreteType()
- Specified by:
getConcreteType
in interfaceIJavaClassType
-
getName
public String getName()
- Specified by:
getName
in interfaceIJavaClassType
- Specified by:
getName
in interfaceIJavaClassTypeVariable
- Overrides:
getName
in classAsmTypeJavaClassType
-
getSimpleName
public String getSimpleName()
- Specified by:
getSimpleName
in interfaceIJavaClassType
-
getBounds
public IJavaClassType[] getBounds()
- Specified by:
getBounds
in interfaceIJavaClassTypeVariable
-
isFunctionTypeVar
public boolean isFunctionTypeVar()
- Specified by:
isFunctionTypeVar
in interfaceIJavaClassTypeVariable
-
getVariance
public Variance getVariance()
- Specified by:
getVariance
in interfaceIJavaClassTypeVariable
-
setVariance
public void setVariance(Variance variance)
- Specified by:
setVariance
in interfaceIJavaClassTypeVariable
-
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
-
-