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 TypeClassDescriptionclassclassclassFields in gw.lang.reflect.java.asm declared as AsmTypeModifier and TypeFieldDescriptionprivate AsmTypeAsmWildcardType._boundprivate AsmTypeMethodDeclarationSignatureVisitor._csrTypeVarprivate AsmTypeTypeDeclarationSignatureVisitor._csrTypeVarprivate AsmTypeDeclarationPartSignatureVisitor._currentTypeprivate AsmTypeAsmClass._enclosingTypeprivate AsmTypeAsmMethod._genericReturnTypeprivate AsmTypeAsmMethod._methodTypeprivate AsmTypeAsmMethod._returnTypeprivate AsmTypeAsmClass._superClassprivate AsmTypeAsmAnnotation._typeprivate AsmTypeAsmClass._typeprivate AsmTypeAsmField._typeprivate AsmTypeDeclarationPartSignatureVisitor._typeArgFields in gw.lang.reflect.java.asm with type parameters of type AsmTypeModifier and TypeFieldDescriptionAsmMethod._exceptionsAsmMethod._genericExceptionsAsmMethod._genericParametersAsmClass._interfacesAsmMethod._parametersAsmType._typeParametersMethods in gw.lang.reflect.java.asm that return AsmTypeModifier and TypeMethodDescription(package private) AsmTypeAsmPrimitiveType.copy()(package private) AsmTypeAsmType.copy()(package private) AsmTypeAsmPrimitiveType.copyNoArrayOrParameters()(package private) AsmTypeAsmType.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 AsmTypeAsmUtil.makeNonPrimitiveType(String name) static AsmTypestatic AsmTypeAsmUtil.makeType(org.objectweb.asm.Type type) static AsmTypeAsmUtil.makeTypeVariable(String tv) static AsmTypeAsmUtil.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 TypeMethodDescriptionvoidAsmPrimitiveType.addTypeParameter(AsmType type) voidAsmType.addTypeParameter(AsmType type) voidAsmWildcardType.addTypeParameter(AsmType type) (package private) voidAsmMethod.setReturnType(AsmType returnType) voidAsmClass.setSuperClass(AsmType type) voidConstructors 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)