Class SetBreakpointsResponse.ResponseBody
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.SetBreakpointsResponse.ResponseBody
- Enclosing class:
SetBreakpointsResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreate(List<Breakpoint> breakpoints) booleanInformation about the breakpoints.inthashCode()setBreakpoints(List<Breakpoint> breakpoints)
-
Method Details
-
getBreakpoints
Information about the breakpoints. The array elements are in the same order as the elements of the 'breakpoints' (or the deprecated 'lines') array in the arguments. -
setBreakpoints
-
equals
-
hashCode
public int hashCode() -
create
-