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, identifierFactory, localStart, method, paraLocals, paraStart, stmtList, thisLocal, view -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidImplements the abstract method simulateMethod.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
-
JavaLangObjectCloneNative
-
-
Method Details
-
simulateImpl
protected void simulateImpl()Implements the abstract method simulateMethod. It distributes the request to the corresponding methods by signatures.- Specified by:
simulateImplin classNativeMethod
-