A
B
C
D
E
F
G
H
I
L
M
P
R
S
T
U
X
H
- handleCall(Pine.HookRecord,Object,Array) - function in top.canyie.pine.Pine
- handleHook(Pine.HookRecord,MethodHook,int,boolean,boolean) - function in top.canyie.pine.Pine.HookHandler
- handleUnhook(Pine.HookRecord,MethodHook) - function in top.canyie.pine.Pine.HookHandler
- hashCode() - function in top.canyie.pine.utils.ThreeTuple
- hasThrowable() - function in top.canyie.pine.Pine.CallFrame
- Return whether an exception will be thrown as the result of this method call.
- hook(Member,MethodHook) - function in top.canyie.pine.Pine
- Register a hook that will be invoked when the
{@code method}is invoked.Note that this will initialize Pine library if uninitialized. - hook(Member,MethodHook,boolean) - function in top.canyie.pine.Pine
- Register a hook that will be invoked when the
{@code method}is invoked.Note that this will initialize Pine library if uninitialized. - hookReplace(Pine.HookRecord,Method,Method,boolean) - function in top.canyie.pine.Pine