Uses of Class
io.ebean.enhance.asm.TypeReference
| Package | Description |
|---|---|
| io.ebean.enhance.asm |
Provides a small and fast bytecode manipulation framework.
|
-
Uses of TypeReference in io.ebean.enhance.asm
Methods in io.ebean.enhance.asm that return TypeReference Modifier and Type Method Description static TypeReferenceTypeReference. newExceptionReference(int exceptionIndex)Returns a reference to the type of an exception, in a 'throws' clause of a method.static TypeReferenceTypeReference. newFormalParameterReference(int paramIndex)Returns a reference to the type of a formal parameter of a method.static TypeReferenceTypeReference. newSuperTypeReference(int itfIndex)Returns a reference to the super class or to an interface of the 'implements' clause of a class.static TypeReferenceTypeReference. newTryCatchReference(int tryCatchBlockIndex)Returns a reference to the type of the exception declared in a 'catch' clause of a method.static TypeReferenceTypeReference. newTypeArgumentReference(int sort, int argIndex)Returns a reference to the type of a type argument in a constructor or method call or reference.static TypeReferenceTypeReference. newTypeParameterBoundReference(int sort, int paramIndex, int boundIndex)Returns a reference to a type parameter bound of a generic class or method.static TypeReferenceTypeReference. newTypeParameterReference(int sort, int paramIndex)Returns a reference to a type parameter of a generic class or method.static TypeReferenceTypeReference. newTypeReference(int sort)Returns a type reference of the given sort.