Uses of Interface
gw.lang.reflect.java.IJavaClassTypeVariable
-
Packages that use IJavaClassTypeVariable Package Description gw.internal.gosu.parser gw.internal.gosu.parser.java.classinfo gw.lang.parser gw.lang.reflect.java -
-
Uses of IJavaClassTypeVariable in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IJavaClassTypeVariable Modifier and Type Class Description class
AsmTypeVariableJavaClassTypeVariable
class
TypeVariableJavaClassTypeVariable
class
TypeVariableJavaTypeVariable
Methods in gw.internal.gosu.parser that return IJavaClassTypeVariable Modifier and Type Method Description IJavaClassTypeVariable[]
AsmClassJavaClassInfo. getTypeParameters()
IJavaClassTypeVariable[]
ClassJavaClassInfo. getTypeParameters()
Methods in gw.internal.gosu.parser with parameters of type IJavaClassTypeVariable Modifier and Type Method Description static GenericTypeVariable[]
GenericTypeVariable. convertTypeVars(IType enclosingType, IType classType, IJavaClassTypeVariable[] fromVars)
Constructors in gw.internal.gosu.parser with parameters of type IJavaClassTypeVariable Constructor Description GenericTypeVariable(IType enclosingType, IJavaClassTypeVariable typeVar, TypeVarToTypeMap actualParamByVarName)
-
Uses of IJavaClassTypeVariable in gw.internal.gosu.parser.java.classinfo
Classes in gw.internal.gosu.parser.java.classinfo that implement IJavaClassTypeVariable Modifier and Type Class Description class
JavaSourceTypeVariable
class
UnparseableSourceTypeVariable
Fields in gw.internal.gosu.parser.java.classinfo declared as IJavaClassTypeVariable Modifier and Type Field Description protected IJavaClassTypeVariable[]
JavaSourceMethod. _typeParameters
protected IJavaClassTypeVariable[]
JavaSourceType. _typeParameters
Methods in gw.internal.gosu.parser.java.classinfo that return IJavaClassTypeVariable Modifier and Type Method Description static IJavaClassTypeVariable
JavaSourceTypeVariable. create(ITypeInfoResolver owner, com.sun.source.tree.TypeParameterTree node)
IJavaClassTypeVariable[]
JavaArrayClassInfo. getTypeParameters()
IJavaClassTypeVariable[]
JavaSourceMethod. getTypeParameters()
IJavaClassTypeVariable[]
JavaSourceType. getTypeParameters()
IJavaClassTypeVariable[]
JavaSourceUnresolvedClass. getTypeParameters()
-
Uses of IJavaClassTypeVariable in gw.lang.parser
Methods in gw.lang.parser with parameters of type IJavaClassTypeVariable Modifier and Type Method Description boolean
JavaClassTypeVarMatcher. matches(IJavaClassTypeVariable thisOne, ITypeVariableType thatOne)
-
Uses of IJavaClassTypeVariable in gw.lang.reflect.java
Methods in gw.lang.reflect.java that return IJavaClassTypeVariable Modifier and Type Method Description IJavaClassTypeVariable[]
ErrorJavaClassInfo. getTypeParameters()
IJavaClassTypeVariable[]
IJavaClassInfo. getTypeParameters()
-