public abstract class NativeMethodClass
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected NativeHelper |
helper |
Constructor and Description |
---|
NativeMethodClass(NativeHelper helper) |
Modifier and Type | Method and Description |
---|---|
static void |
defaultMethod(SootMethod method,
ReferenceVariable thisVar,
ReferenceVariable returnVar,
ReferenceVariable[] params) |
abstract void |
simulateMethod(SootMethod method,
ReferenceVariable thisVar,
ReferenceVariable returnVar,
ReferenceVariable[] params) |
protected NativeHelper helper
public NativeMethodClass(NativeHelper helper)
public static void defaultMethod(SootMethod method, ReferenceVariable thisVar, ReferenceVariable returnVar, ReferenceVariable[] params)
public abstract void simulateMethod(SootMethod method, ReferenceVariable thisVar, ReferenceVariable returnVar, ReferenceVariable[] params)