public class DiagnosticRelatedInformation
extends java.lang.Object
Constructor and Description |
---|
DiagnosticRelatedInformation() |
DiagnosticRelatedInformation(Location location,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Location |
getLocation()
The location of this related diagnostic information.
|
java.lang.String |
getMessage()
The message of this related diagnostic information.
|
int |
hashCode() |
void |
setLocation(Location location)
The location of this related diagnostic information.
|
void |
setMessage(java.lang.String message)
The message of this related diagnostic information.
|
java.lang.String |
toString() |
public DiagnosticRelatedInformation()
public DiagnosticRelatedInformation(Location location, java.lang.String message)
@Pure public Location getLocation()
public void setLocation(Location location)
@Pure public java.lang.String getMessage()
public void setMessage(java.lang.String message)
@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