| Modifier and Type | Field and Description |
|---|---|
int |
end
One past the last index covered by the handler.
|
JvmType.Clazz |
exception |
String |
label |
int |
start
The start index of bytecodes covered by the handler.
|
| Constructor and Description |
|---|
Handler(int start,
int end,
String label,
JvmType.Clazz exception) |
public int start
public int end
public String label
public JvmType.Clazz exception
public Handler(int start,
int end,
String label,
JvmType.Clazz exception)
Copyright © 2016. All rights reserved.