final class EagerLintDiagnostic extends LintDiagnostic
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EagerLintDiagnostic
- LintDiagnostic
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EagerLintDiagnostic(message: String, position: Position, severity: LintSeverity, explanation: String, id: LintID)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
explanation: String
An optional detailed explanation of this message.
An optional detailed explanation of this message.
- Definition Classes
- EagerLintDiagnostic → LintDiagnostic
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formattedMessage: String
A pretty-printed representation of this diagnostic without detailed explanation.
A pretty-printed representation of this diagnostic without detailed explanation.
- Definition Classes
- LintDiagnostic
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
id: LintID
A unique identifier for the category of this lint diagnostic.
A unique identifier for the category of this lint diagnostic.
- Definition Classes
- EagerLintDiagnostic → LintDiagnostic
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
message: String
The main message of this diagnostic.
The main message of this diagnostic.
- Definition Classes
- EagerLintDiagnostic → LintDiagnostic
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
position: Position
The source code location where this violation appears, Position.None if not available.
The source code location where this violation appears, Position.None if not available.
- Definition Classes
- EagerLintDiagnostic → LintDiagnostic
-
val
severity: LintSeverity
The severity of this message: error, warning or info.
The severity of this message: error, warning or info.
- Definition Classes
- EagerLintDiagnostic → LintDiagnostic
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- EagerLintDiagnostic → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )