@Retention(value=CLASS)
@Target(value={METHOD,CONSTRUCTOR})
public @interface CASM
MethodNode of the target method| Modifier and Type | Optional Element and Description |
|---|---|
CASM.Shift |
shift
The shift of the CASM injection
|
java.lang.String[] |
value
The method name and descriptors to inject into
e.g. print(Ljava/lang/String;)V If you want the whole ClassNode do not add any targets |
public abstract java.lang.String[] value
ClassNode do not add any targetspublic abstract CASM.Shift shift