public class GotoTarget
extends java.lang.Object
The possible goto targets can be determined via the 'gotoTargets' request.
Constructor and Description |
---|
GotoTarget() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getColumn()
An optional column of the goto target.
|
java.lang.Integer |
getEndColumn()
An optional end column of the range covered by the goto target.
|
java.lang.Integer |
getEndLine()
An optional end line of the range covered by the goto target.
|
int |
getId()
Unique identifier for a goto target.
|
java.lang.String |
getInstructionPointerReference()
Optional memory reference for the instruction pointer value represented by this target.
|
java.lang.String |
getLabel()
The name of the goto target (shown in the UI).
|
int |
getLine()
The line of the goto target.
|
int |
hashCode() |
void |
setColumn(java.lang.Integer column)
An optional column of the goto target.
|
void |
setEndColumn(java.lang.Integer endColumn)
An optional end column of the range covered by the goto target.
|
void |
setEndLine(java.lang.Integer endLine)
An optional end line of the range covered by the goto target.
|
void |
setId(int id)
Unique identifier for a goto target.
|
void |
setInstructionPointerReference(java.lang.String instructionPointerReference)
Optional memory reference for the instruction pointer value represented by this target.
|
void |
setLabel(java.lang.String label)
The name of the goto target (shown in the UI).
|
void |
setLine(int line)
The line of the goto target.
|
java.lang.String |
toString() |
@Pure public int getId()
public void setId(int id)
@Pure public java.lang.String getLabel()
public void setLabel(java.lang.String label)
@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 getInstructionPointerReference()
This is an optional property.
public void setInstructionPointerReference(java.lang.String instructionPointerReference)
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