Uses of Class
gw.lang.reflect.java.asm.AsmType
-
Packages that use AsmType Package Description gw.lang.reflect.java.asm -
-
Uses of AsmType in gw.lang.reflect.java.asm
Subclasses of AsmType in gw.lang.reflect.java.asm Modifier and Type Class Description class
AsmInnerClassType
class
AsmPrimitiveType
class
AsmWildcardType
Fields in gw.lang.reflect.java.asm with type parameters of type AsmType Modifier and Type Field Description protected List<AsmType>
AsmType. _typeParameters
Methods in gw.lang.reflect.java.asm that return AsmType Modifier and Type Method Description AsmType
AsmMethod. findTypeVariable(String tv)
AsmType
AsmWildcardType. getBound()
AsmType
AsmClass. getComponentType()
AsmType
AsmType. getComponentType()
AsmType
DeclarationPartSignatureVisitor. getCurrentType()
AsmType
AsmClass. getEnclosingType()
AsmType
AsmMethod. getGenericReturnType()
AsmType
AsmMethod. getMethodType()
AsmType
AsmClass. getRawType()
AsmType
AsmType. getRawType()
AsmType
AsmMethod. getReturnType()
AsmType
AsmClass. getSuperClass()
AsmType
AsmAnnotation. getType()
AsmType
AsmClass. getType()
AsmType
AsmField. getType()
static AsmType
AsmUtil. makeNonPrimitiveType(String name)
static AsmType
AsmUtil. makeType(String name)
static AsmType
AsmUtil. makeType(org.objectweb.asm.Type type)
static AsmType
AsmUtil. makeTypeVariable(String tv)
static AsmType
AsmUtil. makeTypeVariable(String tv, boolean bFunctionTypeVar)
Methods in gw.lang.reflect.java.asm that return types with arguments of type AsmType Modifier and Type Method Description List<AsmType>
AsmMethod. getExceptions()
List<AsmType>
AsmMethod. getGenericExceptions()
List<AsmType>
AsmMethod. getGenericParameters()
List<AsmType>
AsmClass. getInterfaces()
List<AsmType>
AsmMethod. getParameters()
List<AsmType>
AsmClass. getTypeParameters()
List<AsmType>
AsmType. getTypeParameters()
List<AsmType>
IAsmType. getTypeParameters()
Methods in gw.lang.reflect.java.asm with parameters of type AsmType Modifier and Type Method Description void
AsmPrimitiveType. addTypeParameter(AsmType type)
void
AsmType. addTypeParameter(AsmType type)
void
AsmWildcardType. addTypeParameter(AsmType type)
void
AsmClass. setSuperClass(AsmType type)
void
AsmField. setType(AsmType type)
Constructors in gw.lang.reflect.java.asm with parameters of type AsmType Constructor Description AsmWildcardType(AsmType bound, boolean bCovariant)
-