public class GotoTargetsResponse
extends java.lang.Object
Constructor and Description |
---|
GotoTargetsResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
GotoTarget[] |
getTargets()
The possible goto targets of the specified location.
|
int |
hashCode() |
void |
setTargets(GotoTarget[] targets)
The possible goto targets of the specified location.
|
java.lang.String |
toString() |
@Pure public GotoTarget[] getTargets()
public void setTargets(GotoTarget[] targets)
@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