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, identifierFactory, localStart, method, paraLocals, paraStart, stmtList, thisLocal, view -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidNOTE: this native method is not documented in JDK API.Methods inherited from class qilin.core.natives.NativeMethod
simulateMethods 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:
simulateImplin classNativeMethod
-