public class BreakpointLocationsArguments
extends java.lang.Object
Constructor and Description |
---|
BreakpointLocationsArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getColumn()
Optional start column of range to search possible breakpoint locations in.
|
java.lang.Integer |
getEndColumn()
Optional end column of range to search possible breakpoint locations in.
|
java.lang.Integer |
getEndLine()
Optional end line of range to search possible breakpoint locations in.
|
int |
getLine()
Start line of range to search possible breakpoint locations in.
|
Source |
getSource()
The source location of the breakpoints; either 'source.path' or 'source.reference' must be specified.
|
int |
hashCode() |
void |
setColumn(java.lang.Integer column)
Optional start column of range to search possible breakpoint locations in.
|
void |
setEndColumn(java.lang.Integer endColumn)
Optional end column of range to search possible breakpoint locations in.
|
void |
setEndLine(java.lang.Integer endLine)
Optional end line of range to search possible breakpoint locations in.
|
void |
setLine(int line)
Start line of range to search possible breakpoint locations in.
|
void |
setSource(Source source)
The source location of the breakpoints; either 'source.path' or 'source.reference' must be specified.
|
java.lang.String |
toString() |
@Pure public Source getSource()
public void setSource(Source source)
@Pure public int getLine()
public void setLine(int line)
@Pure public java.lang.Integer getColumn()
This is an optional property.
public void setColumn(java.lang.Integer column)
This is an optional property.
@Pure public java.lang.Integer getEndLine()
This is an optional property.
public void setEndLine(java.lang.Integer endLine)
This is an optional property.
@Pure public java.lang.Integer getEndColumn()
This is an optional property.
public void setEndColumn(java.lang.Integer endColumn)
This is an optional property.
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object