Class BreakpointLocation
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.BreakpointLocation
Properties of a breakpoint location returned from the 'breakpointLocations' request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic BreakpointLocationbooleanOptional start column of breakpoint location.Optional end column of breakpoint location if the location covers a range.Optional end line of breakpoint location if the location covers a range.intgetLine()Start line of breakpoint location.inthashCode()setEndColumn(Integer endColumn) setEndLine(Integer endLine) setLine(int line)
-
Method Details
-
getLine
public int getLine()Start line of breakpoint location. -
setLine
-
getColumn
Optional start column of breakpoint location. -
setColumn
-
getEndLine
Optional end line of breakpoint location if the location covers a range. -
setEndLine
-
getEndColumn
Optional end column of breakpoint location if the location covers a range. -
setEndColumn
-
equals
-
hashCode
public int hashCode() -
create
-