Class StackTraceResponse.ResponseBody
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.StackTraceResponse.ResponseBody
- Enclosing class:
StackTraceResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreate(List<StackFrame> stackFrames) booleanThe frames of the stackframe.The total number of frames available.inthashCode()setStackFrames(List<StackFrame> stackFrames) setTotalFrames(Integer totalFrames)
-
Method Details
-
getStackFrames
The frames of the stackframe. If the array has length zero, there are no stackframes available. This means that there is no location information available. -
setStackFrames
-
getTotalFrames
The total number of frames available. -
setTotalFrames
-
equals
-
hashCode
public int hashCode() -
create
-