Package ch.epfl.scala.bsp4j
Class DiagnosticRelatedInformation
- java.lang.Object
-
- ch.epfl.scala.bsp4j.DiagnosticRelatedInformation
-
public class DiagnosticRelatedInformation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DiagnosticRelatedInformation(Location location, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)LocationgetLocation()java.lang.StringgetMessage()inthashCode()voidsetLocation(Location location)voidsetMessage(java.lang.String message)java.lang.StringtoString()
-
-
-
Constructor Detail
-
DiagnosticRelatedInformation
public DiagnosticRelatedInformation(Location location, java.lang.String message)
-
-
Method Detail
-
getLocation
@Pure public Location getLocation()
-
setLocation
public void setLocation(Location location)
-
getMessage
@Pure public java.lang.String getMessage()
-
setMessage
public void setMessage(java.lang.String message)
-
toString
@Pure public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
@Pure public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
@Pure public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-