public class GotoTargetsArguments
extends java.lang.Object
Constructor and Description |
---|
GotoTargetsArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.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() |
void |
setColumn(java.lang.Integer column)
An optional column location for which the goto targets are determined.
|
void |
setLine(int line)
The line location for which the goto targets are determined.
|
void |
setSource(Source source)
The source location for which the goto targets are determined.
|
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.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