Package qilin.core.natives
Class JavaLangSystemSetErr0Native
java.lang.Object
qilin.core.ArtificialMethod
qilin.core.natives.NativeMethod
qilin.core.natives.JavaLangSystemSetErr0Native
-
Field Summary
Fields inherited from class qilin.core.ArtificialMethod
bodyBuilder, localStart, method, paraLocals, paraStart, stmtList, thisLocal, view
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
NOTE: this native method is not documented in JDK API.Methods inherited from class qilin.core.natives.NativeMethod
simulate
Methods inherited from class qilin.core.ArtificialMethod
addAssign, addInvoke, addInvoke, addReturn, getArrayRef, getInvoke, getInvoke, getNew, getNewArray, getNextLocal, getPara, getPara, getStaticFieldRef, getThis
-
Constructor Details
-
JavaLangSystemSetErr0Native
-
-
Method Details
-
simulateImpl
protected void simulateImpl()NOTE: this native method is not documented in JDK API. It should have the side effect: System.err = parameterprivate static native void setErr0(java.io.PrintStream);
- Specified by:
simulateImpl
in classNativeMethod
-