-
public final class EvaluateOnCallFrameResponseResponse type for the DebuggerDomain.evaluateOnCallFrame command.
-
-
Field Summary
Fields Modifier and Type Field Description private final RemoteObjectresultprivate final ExceptionDetailsexceptionDetails
-
Constructor Summary
Constructors Constructor Description EvaluateOnCallFrameResponse(RemoteObject result, ExceptionDetails exceptionDetails)
-
Method Summary
Modifier and Type Method Description final RemoteObjectcomponent1()final ExceptionDetailscomponent2()final EvaluateOnCallFrameResponsecopy(RemoteObject result, ExceptionDetails exceptionDetails)final RemoteObjectgetResult()Object wrapper for the evaluation result. final ExceptionDetailsgetExceptionDetails()Exception details. -
-
Constructor Detail
-
EvaluateOnCallFrameResponse
EvaluateOnCallFrameResponse(RemoteObject result, ExceptionDetails exceptionDetails)
-
-
Method Detail
-
component1
final RemoteObject component1()
-
component2
final ExceptionDetails component2()
-
copy
final EvaluateOnCallFrameResponse copy(RemoteObject result, ExceptionDetails exceptionDetails)
-
getResult
final RemoteObject getResult()
Object wrapper for the evaluation result.
-
getExceptionDetails
final ExceptionDetails getExceptionDetails()
Exception details.
-
-
-
-