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 classAsmInnerClassTypeclassAsmPrimitiveTypeclassAsmWildcardTypeFields in gw.lang.reflect.java.asm with type parameters of type AsmType Modifier and Type Field Description protected List<AsmType>AsmType. _typeParametersMethods in gw.lang.reflect.java.asm that return AsmType Modifier and Type Method Description AsmTypeAsmMethod. findTypeVariable(String tv)AsmTypeAsmWildcardType. getBound()AsmTypeAsmClass. getComponentType()AsmTypeAsmType. getComponentType()AsmTypeDeclarationPartSignatureVisitor. getCurrentType()AsmTypeAsmClass. getEnclosingType()AsmTypeAsmMethod. getGenericReturnType()AsmTypeAsmMethod. getMethodType()AsmTypeAsmClass. getRawType()AsmTypeAsmType. getRawType()AsmTypeAsmMethod. getReturnType()AsmTypeAsmClass. getSuperClass()AsmTypeAsmAnnotation. getType()AsmTypeAsmClass. getType()AsmTypeAsmField. getType()static AsmTypeAsmUtil. makeNonPrimitiveType(String name)static AsmTypeAsmUtil. makeType(gw.internal.ext.org.objectweb.asm.Type type)static AsmTypeAsmUtil. makeType(String name)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 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 voidAsmPrimitiveType. addTypeParameter(AsmType type)voidAsmType. addTypeParameter(AsmType type)voidAsmWildcardType. addTypeParameter(AsmType type)voidAsmClass. setSuperClass(AsmType type)voidAsmField. setType(AsmType type)Constructors in gw.lang.reflect.java.asm with parameters of type AsmType Constructor Description AsmWildcardType(AsmType bound, boolean bCovariant)
-