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:
-
Field Summary
FieldsFields 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 -
Method Summary
Modifier and TypeMethodDescriptiongetName()
com.sun.source.tree.Tree
getTree()
boolean
void
setVariance
(Variance variance) 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
-
Field Details
-
_variance
-
-
Constructor Details
-
AsmTypeVariableJavaClassTypeVariable
-
-
Method Details
-
getConcreteType
- Specified by:
getConcreteType
in interfaceIJavaClassType
-
getName
- Specified by:
getName
in interfaceIJavaClassType
- Specified by:
getName
in interfaceIJavaClassTypeVariable
- Overrides:
getName
in classAsmTypeJavaClassType
-
getSimpleName
- Specified by:
getSimpleName
in interfaceIJavaClassType
-
getBounds
- Specified by:
getBounds
in interfaceIJavaClassTypeVariable
-
isFunctionTypeVar
public boolean isFunctionTypeVar()- Specified by:
isFunctionTypeVar
in interfaceIJavaClassTypeVariable
-
getVariance
- Specified by:
getVariance
in interfaceIJavaClassTypeVariable
-
setVariance
- Specified by:
setVariance
in interfaceIJavaClassTypeVariable
-
getModule
- Specified by:
getModule
in interfaceIJavaClassType
- Overrides:
getModule
in classAsmTypeJavaClassType
-
toString
-
getTree
public com.sun.source.tree.Tree getTree()- Specified by:
getTree
in classJavaSourceElement
-
getEnclosingClass
- Specified by:
getEnclosingClass
in classJavaSourceElement
-