public class JavaLangThrowableNative extends NativeMethodClass
helper| Constructor and Description | 
|---|
| JavaLangThrowableNative(NativeHelper helper) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | java_lang_Throwable_fillInStackTrace(SootMethod method,
                                    ReferenceVariable thisVar,
                                    ReferenceVariable returnVar,
                                    ReferenceVariable[] params)NOTE: this method just fills in the stack state in this throwable 
       object content. | 
| void | simulateMethod(SootMethod method,
              ReferenceVariable thisVar,
              ReferenceVariable returnVar,
              ReferenceVariable[] params)Implements the abstract method simulateMethod. | 
defaultMethodpublic JavaLangThrowableNative(NativeHelper helper)
public void simulateMethod(SootMethod method, ReferenceVariable thisVar, ReferenceVariable returnVar, ReferenceVariable[] params)
simulateMethod in class NativeMethodClasspublic void java_lang_Throwable_fillInStackTrace(SootMethod method, ReferenceVariable thisVar, ReferenceVariable returnVar, ReferenceVariable[] params)