DeprecatedWarning

scala.build.warnings.DeprecatedWarning
final case class DeprecatedWarning(message: String, positions: Seq[Position], textEdit: Option[TextEdit]) extends Diagnostic

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Diagnostic
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product