Package | Description |
---|---|
org.eclipse.sisu.space.asm |
Modifier and Type | Field and Description |
---|---|
private Handler |
MethodWriter.firstHandler
The first element in the exception handler list.
|
private Handler |
MethodWriter.lastHandler
The last element in the exception handler list.
|
(package private) Handler |
Handler.next
Next exception handler block info.
|
Modifier and Type | Method and Description |
---|---|
(package private) static Handler |
Handler.remove(Handler h,
Label start,
Label end)
Removes the range between start and end from the given exception
handlers.
|
Modifier and Type | Method and Description |
---|---|
(package private) static Handler |
Handler.remove(Handler h,
Label start,
Label end)
Removes the range between start and end from the given exception
handlers.
|