Package org.teavm.debugging
Class CallFrame
- java.lang.Object
-
- org.teavm.debugging.CallFrame
-
public class CallFrame extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DebuggergetDebugger()SourceLocationgetLocation()MethodReferencegetMethod()JavaScriptCallFramegetOriginalCallFrame()JavaScriptLocationgetOriginalLocation()Promise<Map<String,Variable>>getVariables()
-
-
-
Method Detail
-
getDebugger
public Debugger getDebugger()
-
getOriginalLocation
public JavaScriptLocation getOriginalLocation()
-
getOriginalCallFrame
public JavaScriptCallFrame getOriginalCallFrame()
-
getLocation
public SourceLocation getLocation()
-
getMethod
public MethodReference getMethod()
-
-