public class BreakpointLocation extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static BreakpointLocation |
create(Integer line) |
boolean |
equals(Object obj) |
Integer |
getColumn()
Optional start column of breakpoint location.
|
Integer |
getEndColumn()
Optional end column of breakpoint location if the location covers a range.
|
Integer |
getEndLine()
Optional end line of breakpoint location if the location covers a range.
|
int |
getLine()
Start line of breakpoint location.
|
int |
hashCode() |
BreakpointLocation |
setColumn(Integer column) |
BreakpointLocation |
setEndColumn(Integer endColumn) |
BreakpointLocation |
setEndLine(Integer endLine) |
BreakpointLocation |
setLine(int line) |
public int getLine()
public BreakpointLocation setLine(int line)
public Integer getColumn()
public BreakpointLocation setColumn(Integer column)
public Integer getEndLine()
public BreakpointLocation setEndLine(Integer endLine)
public Integer getEndColumn()
public BreakpointLocation setEndColumn(Integer endColumn)
public static BreakpointLocation create(Integer line)