public class HookArgs extends Object
| Modifier and Type | Field and Description |
|---|---|
Object[] |
args |
String |
class1 |
String |
desc |
String |
method |
Object |
this1 |
| Constructor and Description |
|---|
HookArgs(String className,
String methodName,
String methodDesc,
Object this1,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
int |
getArgCount() |
Object[] |
getArgs() |
String |
getClassName() |
String |
getMethodDesc() |
String |
getMethodName() |
Object |
getThis() |
Copyright © 2021. All rights reserved.