类的使用
cn.taketoday.bytecode.Handler
使用Handler的程序包
-
cn.taketoday.bytecode中Handler的使用
声明为Handler的cn.taketoday.bytecode中的字段修饰符和类型字段说明private HandlerMethodWriter.firstHandlerThe first element in the exception handler list (used to generate the exception_table of the Code attribute).private HandlerMethodWriter.lastHandlerThe last element in the exception handler list (used to generate the exception_table of the Code attribute).Handler.nextHandlerThe next exception handler.返回Handler的cn.taketoday.bytecode中的方法修饰符和类型方法说明(专用程序包) static HandlerHandler.removeRange(Handler firstHandler, Label start, Label end) Removes the range between start and end from the Handler list that begins with the given element.参数类型为Handler的cn.taketoday.bytecode中的方法修饰符和类型方法说明(专用程序包) static intHandler.getExceptionTableLength(Handler firstHandler) Returns the number of elements of the Handler list that begins with the given element.(专用程序包) static intHandler.getExceptionTableSize(Handler firstHandler) Returns the size in bytes of the JVMS exception_table corresponding to the Handler list that begins with the given element.(专用程序包) static voidHandler.putExceptionTable(Handler firstHandler, ByteVector output) Puts the JVMS exception_table corresponding to the Handler list that begins with the given element.(专用程序包) static HandlerHandler.removeRange(Handler firstHandler, Label start, Label end) Removes the range between start and end from the Handler list that begins with the given element.参数类型为Handler的cn.taketoday.bytecode中的构造器