public class JavaLangReflectMethodNative extends NativeMethodClass
helper
Constructor and Description |
---|
JavaLangReflectMethodNative(NativeHelper helper) |
Modifier and Type | Method and Description |
---|---|
void |
java_lang_reflect_Method_invoke(SootMethod method,
ReferenceVariable thisVar,
ReferenceVariable returnVar,
ReferenceVariable[] params)
nvokes the underlying method represented by this Method object,
on the specified object with the specified parameters.
|
void |
simulateMethod(SootMethod method,
ReferenceVariable thisVar,
ReferenceVariable returnVar,
ReferenceVariable[] params)
Implements the abstract method simulateMethod.
|
defaultMethod
public JavaLangReflectMethodNative(NativeHelper helper)
public void simulateMethod(SootMethod method, ReferenceVariable thisVar, ReferenceVariable returnVar, ReferenceVariable[] params)
simulateMethod
in class NativeMethodClass
public void java_lang_reflect_Method_invoke(SootMethod method, ReferenceVariable thisVar, ReferenceVariable returnVar, ReferenceVariable[] params)