public class SetBreakpointsArguments
extends java.lang.Object
| Constructor and Description |
|---|
SetBreakpointsArguments() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
SourceBreakpoint[] |
getBreakpoints()
The code locations of the breakpoints.
|
int[] |
getLines()
Deprecated.
Use the line field in the breakpoints property instead.
|
Source |
getSource()
The source location of the breakpoints; either 'source.path' or 'source.reference' must be specified.
|
java.lang.Boolean |
getSourceModified()
A value of true indicates that the underlying source has been modified which results in new breakpoint
locations.
|
int |
hashCode() |
void |
setBreakpoints(SourceBreakpoint[] breakpoints)
The code locations of the breakpoints.
|
void |
setLines(int[] lines)
Deprecated.
Use the line field in the breakpoints property instead.
|
void |
setSource(Source source)
The source location of the breakpoints; either 'source.path' or 'source.reference' must be specified.
|
void |
setSourceModified(java.lang.Boolean sourceModified)
A value of true indicates that the underlying source has been modified which results in new breakpoint
locations.
|
java.lang.String |
toString() |
@Pure public Source getSource()
public void setSource(Source source)
@Pure public SourceBreakpoint[] getBreakpoints()
This is an optional property.
public void setBreakpoints(SourceBreakpoint[] breakpoints)
This is an optional property.
@Pure @Deprecated public int[] getLines()
This is an optional property.
@Deprecated public void setLines(int[] lines)
This is an optional property.
@Pure public java.lang.Boolean getSourceModified()
This is an optional property.
public void setSourceModified(java.lang.Boolean sourceModified)
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