-
public final class RestartFrameResponseResponse type for the DebuggerDomain.restartFrame command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<CallFrame>callFramesprivate final StackTraceasyncStackTraceprivate final StackTraceIdasyncStackTraceId
-
Constructor Summary
Constructors Constructor Description RestartFrameResponse(List<CallFrame> callFrames, StackTrace asyncStackTrace, StackTraceId asyncStackTraceId)
-
Method Summary
Modifier and Type Method Description final List<CallFrame>component1()final StackTracecomponent2()final StackTraceIdcomponent3()final RestartFrameResponsecopy(List<CallFrame> callFrames, StackTrace asyncStackTrace, StackTraceId asyncStackTraceId)final List<CallFrame>getCallFrames()New stack trace. final StackTracegetAsyncStackTrace()Async stack trace, if any. final StackTraceIdgetAsyncStackTraceId()Async stack trace, if any. -
-
Constructor Detail
-
RestartFrameResponse
RestartFrameResponse(List<CallFrame> callFrames, StackTrace asyncStackTrace, StackTraceId asyncStackTraceId)
-
-
Method Detail
-
component1
final List<CallFrame> component1()
-
component2
final StackTrace component2()
-
component3
final StackTraceId component3()
-
copy
final RestartFrameResponse copy(List<CallFrame> callFrames, StackTrace asyncStackTrace, StackTraceId asyncStackTraceId)
-
getCallFrames
final List<CallFrame> getCallFrames()
New stack trace.
-
getAsyncStackTrace
final StackTrace getAsyncStackTrace()
Async stack trace, if any.
-
getAsyncStackTraceId
final StackTraceId getAsyncStackTraceId()
Async stack trace, if any.
-
-
-
-