public class HookReturn extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
class1 |
String |
desc |
String |
method |
Object |
return1 |
Object |
this1 |
| Constructor and Description |
|---|
HookReturn(String className,
String methodName,
String methodDesc,
Object this1,
Object return1) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getMethodDesc() |
String |
getMethodName() |
Object |
getReturn() |
Object |
getThis() |
Copyright © 2021. All rights reserved.