类的使用
org.beetl.ow2.asm.TypeReference
使用TypeReference的程序包
-
org.beetl.ow2.asm中TypeReference的使用
修饰符和类型方法说明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.