@Retention(value=CLASS)
@Target(value={METHOD,CONSTRUCTOR})
public @interface CWrapCatch
Throwable| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
value
The name and description of the method to wrap
e.g. |
| Modifier and Type | Optional Element and Description |
|---|---|
int |
ordinal
The ordinal of the target
Only used if a target is specified |
CSlice |
slice
The slice to use
Only used if a target is specified |
java.lang.String |
target
The method owner, name and descriptor of the target method
Only method calls are supported e.g. |
public abstract java.lang.String[] value
public abstract java.lang.String target
public abstract int ordinal
public abstract CSlice slice