public class GotoTarget extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static GotoTarget |
create(Integer id,
String label,
Integer line) |
boolean |
equals(Object obj) |
Integer |
getColumn()
An optional column of the goto target.
|
Integer |
getEndColumn()
An optional end column of the range covered by the goto target.
|
Integer |
getEndLine()
An optional end line of the range covered by the goto target.
|
int |
getId()
Unique identifier for a goto target.
|
String |
getInstructionPointerReference()
Optional memory reference for the instruction pointer value represented by this target.
|
String |
getLabel()
The name of the goto target (shown in the UI).
|
int |
getLine()
The line of the goto target.
|
int |
hashCode() |
GotoTarget |
setColumn(Integer column) |
GotoTarget |
setEndColumn(Integer endColumn) |
GotoTarget |
setEndLine(Integer endLine) |
GotoTarget |
setId(int id) |
GotoTarget |
setInstructionPointerReference(String instructionPointerReference) |
GotoTarget |
setLabel(String label) |
GotoTarget |
setLine(int line) |
public int getId()
public GotoTarget setId(int id)
public String getLabel()
public GotoTarget setLabel(String label)
public int getLine()
public GotoTarget setLine(int line)
public Integer getColumn()
public GotoTarget setColumn(Integer column)
public Integer getEndLine()
public GotoTarget setEndLine(Integer endLine)
public Integer getEndColumn()
public GotoTarget setEndColumn(Integer endColumn)
public String getInstructionPointerReference()
public GotoTarget setInstructionPointerReference(String instructionPointerReference)
public static GotoTarget create(Integer id, String label, Integer line)