A  B  C  D  E  F  G  H  I  L  M  P  R  S  T  U  X 

S

setDebuggable(boolean) - function in top.canyie.pine.Pine
Set whether the current process is debuggable, like {@code PineConfig#debuggable} but allowsyou set the value after Pine library is initialized.
setHookHandler(Pine.HookHandler) - function in top.canyie.pine.Pine
Set a handler that will be used when Pine hooking a method.
setHookListener(Pine.HookListener) - function in top.canyie.pine.Pine
Set a listener that will be called before/after hooking a method.
setHookMode(int) - function in top.canyie.pine.Pine
Set the way how Pine hook method.
setJitCompilationAllowed(boolean) - function in top.canyie.pine.Pine
Set whether we can manually JIT compile a method.
setJitCompilationAllowed(boolean,boolean) - function in top.canyie.pine.Pine
Set whether we can manually JIT compile a method.
setObjectClass(Object,Class) - function in top.canyie.pine.utils.Primitives
 
setResult(Object) - function in top.canyie.pine.Pine.CallFrame
Set a result that will be returned in this method call.
setResultIfNoException(Object) - function in top.canyie.pine.Pine.CallFrame
Like setResult but only set the return value if no exception will be thrown.
setSuperClass(Class,Class) - function in top.canyie.pine.utils.Primitives
 
setThrowable(Throwable) - function in top.canyie.pine.Pine.CallFrame
Set the exception that will be thrown in this method call.
A  B  C  D  E  F  G  H  I  L  M  P  R  S  T  U  X