-
public final class SetScriptSourceResponseResponse type for the DebuggerDomain.setScriptSource command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<CallFrame>callFramesprivate final BooleanstackChangedprivate final StackTraceasyncStackTraceprivate final StackTraceIdasyncStackTraceIdprivate final ExceptionDetailsexceptionDetails
-
Constructor Summary
Constructors Constructor Description SetScriptSourceResponse(List<CallFrame> callFrames, Boolean stackChanged, StackTrace asyncStackTrace, StackTraceId asyncStackTraceId, ExceptionDetails exceptionDetails)
-
Method Summary
Modifier and Type Method Description final List<CallFrame>component1()final Booleancomponent2()final StackTracecomponent3()final StackTraceIdcomponent4()final ExceptionDetailscomponent5()final SetScriptSourceResponsecopy(List<CallFrame> callFrames, Boolean stackChanged, StackTrace asyncStackTrace, StackTraceId asyncStackTraceId, ExceptionDetails exceptionDetails)final List<CallFrame>getCallFrames()New stack trace in case editing has happened while VM was stopped. final BooleangetStackChanged()Whether current call stack was modified after applying the changes. final StackTracegetAsyncStackTrace()Async stack trace, if any. final StackTraceIdgetAsyncStackTraceId()Async stack trace, if any. final ExceptionDetailsgetExceptionDetails()Exception details if any. -
-
Constructor Detail
-
SetScriptSourceResponse
SetScriptSourceResponse(List<CallFrame> callFrames, Boolean stackChanged, StackTrace asyncStackTrace, StackTraceId asyncStackTraceId, ExceptionDetails exceptionDetails)
-
-
Method Detail
-
component1
final List<CallFrame> component1()
-
component2
final Boolean component2()
-
component3
final StackTrace component3()
-
component4
final StackTraceId component4()
-
component5
final ExceptionDetails component5()
-
copy
final SetScriptSourceResponse copy(List<CallFrame> callFrames, Boolean stackChanged, StackTrace asyncStackTrace, StackTraceId asyncStackTraceId, ExceptionDetails exceptionDetails)
-
getCallFrames
final List<CallFrame> getCallFrames()
New stack trace in case editing has happened while VM was stopped.
-
getStackChanged
final Boolean getStackChanged()
Whether current call stack was modified after applying the changes.
-
getAsyncStackTrace
final StackTrace getAsyncStackTrace()
Async stack trace, if any.
-
getAsyncStackTraceId
final StackTraceId getAsyncStackTraceId()
Async stack trace, if any.
-
getExceptionDetails
final ExceptionDetails getExceptionDetails()
Exception details if any.
-
-
-
-