@Retention(value=CLASS)
@Target(value={METHOD,CONSTRUCTOR})
public @interface CWrapCatch
Throwable as the only parameter.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
value
The method name and descriptor to inject into.
|
| Modifier and Type | Optional Element and Description |
|---|---|
int |
ordinal
The ordinal of the target instruction.
|
CSlice |
slice
The slice of instructions to search for the target.
|
java.lang.String |
target
The method owner, name and descriptor of the target instruction to wrap.
|
public abstract java.lang.String[] value
public abstract java.lang.String target
public abstract int ordinal
public abstract CSlice slice