public abstract class HookContext extends Object implements RegisterContext, InvocationContext
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
pop() |
void |
push(Object... objs) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIntArg, getIntByReg, getLongArg, getLongByReg, getLR, getLRPointer, getPCPointer, getPointerArg, getStackPointerpublic void push(Object... objs)
push 在接口中 InvocationContextpublic <T> T pop()
pop 在接口中 InvocationContextCopyright © 2022. All rights reserved.