Class BreakpointLocationsResponse.ResponseBody
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.BreakpointLocationsResponse.ResponseBody
- Enclosing class:
BreakpointLocationsResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreate(List<BreakpointLocation> breakpoints) booleanSorted set of possible breakpoint locations.inthashCode()setBreakpoints(List<BreakpointLocation> breakpoints)
-
Method Details
-
getBreakpoints
Sorted set of possible breakpoint locations. -
setBreakpoints
public BreakpointLocationsResponse.ResponseBody setBreakpoints(List<BreakpointLocation> breakpoints) -
equals
-
hashCode
public int hashCode() -
create
-