Package qilin.core.natives
Class JavaLangObjectCloneNative
java.lang.Object
qilin.core.ArtificialMethod
qilin.core.natives.NativeMethod
qilin.core.natives.JavaLangObjectCloneNative
-
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
Implements the abstract method simulateMethod.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
-
JavaLangObjectCloneNative
-
-
Method Details
-
simulateImpl
protected void simulateImpl()Implements the abstract method simulateMethod. It distributes the request to the corresponding methods by signatures.- Specified by:
simulateImpl
in classNativeMethod
-