public class CallFrame extends Object
| Modifier and Type | Method and Description |
|---|---|
Debugger |
getDebugger() |
SourceLocation |
getLocation() |
MethodReference |
getMethod() |
JavaScriptCallFrame |
getOriginalCallFrame() |
JavaScriptLocation |
getOriginalLocation() |
Map<String,Variable> |
getVariables() |
public Debugger getDebugger()
public JavaScriptLocation getOriginalLocation()
public JavaScriptCallFrame getOriginalCallFrame()
public SourceLocation getLocation()
public MethodReference getMethod()
Copyright © 2015. All rights reserved.