Uses of Class
jersey.repackaged.org.objectweb.asm.TypeReference

Packages that use TypeReference
jersey.repackaged.org.objectweb.asm Provides a small and fast bytecode manipulation framework. 
 

Uses of TypeReference in jersey.repackaged.org.objectweb.asm
 

Methods in jersey.repackaged.org.objectweb.asm that return TypeReference
static TypeReference TypeReference.newExceptionReference(int exceptionIndex)
          Returns a reference to the type of an exception, in a 'throws' clause of a method.
static TypeReference TypeReference.newFormalParameterReference(int paramIndex)
          Returns a reference to the type of a formal parameter of a method.
static TypeReference TypeReference.newSuperTypeReference(int itfIndex)
          Returns a reference to the super class or to an interface of the 'implements' clause of a class.
static TypeReference TypeReference.newTryCatchReference(int tryCatchBlockIndex)
          Returns a reference to the type of the exception declared in a 'catch' clause of a method.
static TypeReference TypeReference.newTypeArgumentReference(int sort, int argIndex)
          Returns a reference to the type of a type argument in a constructor or method call or reference.
static TypeReference TypeReference.newTypeParameterBoundReference(int sort, int paramIndex, int boundIndex)
          Returns a reference to a type parameter bound of a generic class or method.
static TypeReference TypeReference.newTypeParameterReference(int sort, int paramIndex)
          Returns a reference to a type parameter of a generic class or method.
static TypeReference TypeReference.newTypeReference(int sort)
          Returns a type reference of the given sort.
 



Copyright © 2015 Oracle Corporation. All Rights Reserved.