Uses of Class
aj.org.objectweb.asm.TypeReference
-
Packages that use TypeReference Package Description aj.org.objectweb.asm -
-
Uses of TypeReference in aj.org.objectweb.asm
Methods in aj.org.objectweb.asm that return TypeReference Modifier and Type Method Description static TypeReferenceTypeReference. newExceptionReference(int exceptionIndex)static TypeReferenceTypeReference. newFormalParameterReference(int paramIndex)static TypeReferenceTypeReference. newSuperTypeReference(int itfIndex)static TypeReferenceTypeReference. newTryCatchReference(int tryCatchBlockIndex)static TypeReferenceTypeReference. newTypeArgumentReference(int sort, int argIndex)static TypeReferenceTypeReference. newTypeParameterBoundReference(int sort, int paramIndex, int boundIndex)static TypeReferenceTypeReference. newTypeParameterReference(int sort, int paramIndex)static TypeReferenceTypeReference. newTypeReference(int sort)
-