public class GotoTargetsArguments extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static GotoTargetsArguments |
create(Source source,
Integer line) |
boolean |
equals(Object obj) |
Integer |
getColumn()
An optional column location for which the goto targets are determined.
|
int |
getLine()
The line location for which the goto targets are determined.
|
Source |
getSource()
The source location for which the goto targets are determined.
|
int |
hashCode() |
GotoTargetsArguments |
setColumn(Integer column) |
GotoTargetsArguments |
setLine(int line) |
GotoTargetsArguments |
setSource(Source source) |
public Source getSource()
public GotoTargetsArguments setSource(Source source)
public int getLine()
public GotoTargetsArguments setLine(int line)
public Integer getColumn()
public GotoTargetsArguments setColumn(Integer column)
public static GotoTargetsArguments create(Source source, Integer line)