Uses of Class
org.eclipse.sisu.space.asm.Handler
Packages that use Handler
-
Uses of Handler in org.eclipse.sisu.space.asm
Fields in org.eclipse.sisu.space.asm declared as HandlerModifier and TypeFieldDescriptionprivate Handler
MethodWriter.firstHandler
The first element in the exception handler list (used to generate the exception_table of the Code attribute).private Handler
MethodWriter.lastHandler
The last element in the exception handler list (used to generate the exception_table of the Code attribute).(package private) Handler
Handler.nextHandler
The next exception handler.Methods in org.eclipse.sisu.space.asm that return HandlerModifier and TypeMethodDescription(package private) static Handler
Handler.removeRange
(Handler firstHandler, Label start, Label end) Removes the range between start and end from the Handler list that begins with the given element.Methods in org.eclipse.sisu.space.asm with parameters of type HandlerModifier and TypeMethodDescription(package private) static int
Handler.getExceptionTableLength
(Handler firstHandler) Returns the number of elements of the Handler list that begins with the given element.(package private) static int
Handler.getExceptionTableSize
(Handler firstHandler) Returns the size in bytes of the JVMS exception_table corresponding to the Handler list that begins with the given element.(package private) static void
Handler.putExceptionTable
(Handler firstHandler, ByteVector output) Puts the JVMS exception_table corresponding to the Handler list that begins with the given element.(package private) static Handler
Handler.removeRange
(Handler firstHandler, Label start, Label end) Removes the range between start and end from the Handler list that begins with the given element.Constructors in org.eclipse.sisu.space.asm with parameters of type Handler