Class BreakpointLocationsArguments
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments
Arguments for 'breakpointLocations' request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic BreakpointLocationsArgumentsbooleanOptional start column of range to search possible breakpoint locations in.Optional end column of range to search possible breakpoint locations in.Optional end line of range to search possible breakpoint locations in.intgetLine()Start line of range to search possible breakpoint locations in.The source location of the breakpoints; either 'source.path' or 'source.reference' must be specified.inthashCode()setEndColumn(Integer endColumn) setEndLine(Integer endLine) setLine(int line)
-
Method Details
-
getSource
The source location of the breakpoints; either 'source.path' or 'source.reference' must be specified. -
setSource
-
getLine
public int getLine()Start line of range to search possible breakpoint locations in. If only the line is specified, the request returns all possible locations in that line. -
setLine
-
getColumn
Optional start column of range to search possible breakpoint locations in. If no start column is given, the first column in the start line is assumed. -
setColumn
-
getEndLine
Optional end line of range to search possible breakpoint locations in. If no end line is given, then the end line is assumed to be the start line. -
setEndLine
-
getEndColumn
Optional end column of range to search possible breakpoint locations in. If no end column is given, then it is assumed to be in the last column of the end line. -
setEndColumn
-
equals
-
hashCode
public int hashCode() -
create
-