Uses of Class
gw.lang.reflect.java.asm.AsmType
Packages that use AsmType
-
Uses of AsmType in gw.lang.reflect.java.asm
Subclasses of AsmType in gw.lang.reflect.java.asmModifier and TypeClassDescriptionclass
class
class
Fields in gw.lang.reflect.java.asm declared as AsmTypeModifier and TypeFieldDescriptionprivate AsmType
AsmWildcardType._bound
private AsmType
MethodDeclarationSignatureVisitor._csrTypeVar
private AsmType
TypeDeclarationSignatureVisitor._csrTypeVar
private AsmType
DeclarationPartSignatureVisitor._currentType
private AsmType
AsmClass._enclosingType
private AsmType
AsmMethod._genericReturnType
private AsmType
AsmMethod._methodType
private AsmType
AsmMethod._returnType
private AsmType
AsmClass._superClass
private AsmType
AsmAnnotation._type
private AsmType
AsmClass._type
private AsmType
AsmField._type
private AsmType
DeclarationPartSignatureVisitor._typeArg
Fields in gw.lang.reflect.java.asm with type parameters of type AsmTypeModifier and TypeFieldDescriptionAsmMethod._exceptions
AsmMethod._genericExceptions
AsmMethod._genericParameters
AsmClass._interfaces
AsmMethod._parameters
AsmType._typeParameters
Methods in gw.lang.reflect.java.asm that return AsmTypeModifier and TypeMethodDescription(package private) AsmType
AsmPrimitiveType.copy()
(package private) AsmType
AsmType.copy()
(package private) AsmType
AsmPrimitiveType.copyNoArrayOrParameters()
(package private) AsmType
AsmType.copyNoArrayOrParameters()
AsmMethod.findTypeVariable
(String tv) AsmWildcardType.getBound()
AsmClass.getComponentType()
AsmType.getComponentType()
DeclarationPartSignatureVisitor.getCurrentType()
AsmClass.getEnclosingType()
AsmMethod.getGenericReturnType()
AsmMethod.getMethodType()
AsmClass.getRawType()
AsmType.getRawType()
AsmMethod.getReturnType()
AsmClass.getSuperClass()
AsmAnnotation.getType()
AsmClass.getType()
AsmField.getType()
static AsmType
AsmUtil.makeNonPrimitiveType
(String name) static AsmType
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 AsmTypeModifier and TypeMethodDescriptionAsmMethod.getExceptions()
AsmMethod.getGenericExceptions()
AsmMethod.getGenericParameters()
AsmClass.getInterfaces()
AsmMethod.getParameters()
AsmClass.getTypeParameters()
AsmType.getTypeParameters()
IAsmType.getTypeParameters()
Methods in gw.lang.reflect.java.asm with parameters of type AsmTypeModifier and TypeMethodDescriptionvoid
AsmPrimitiveType.addTypeParameter
(AsmType type) void
AsmType.addTypeParameter
(AsmType type) void
AsmWildcardType.addTypeParameter
(AsmType type) (package private) void
AsmMethod.setReturnType
(AsmType returnType) void
AsmClass.setSuperClass
(AsmType type) void
Constructors in gw.lang.reflect.java.asm with parameters of type AsmTypeModifierConstructorDescriptionAsmWildcardType
(AsmType bound, boolean bCovariant) (package private)
DeclarationPartSignatureVisitor
(AsmMethod method, AsmType type) (package private)
DeclarationPartSignatureVisitor
(AsmMethod method, AsmType type, char wildcardVariance) (package private)