dotty
.
tools
.
dotc
.
reporting
.
diagnostic
messages
Related Doc:
package diagnostic
object
messages
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
messages
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Type Members
case class
AuxConstructorNeedsNonImplicitParameter
()
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
ByNameParameterNotSupported
()
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
CaseClassMissingParamList
(
cdef:
ast.untpd.TypeDef
)
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
abstract
class
ConditionalWarning
extends
Warning
case class
DeprecatedWithOperator
()
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
class
DeprecationWarning
extends
ConditionalWarning
case class
DuplicateBind
(
bind:
ast.untpd.Bind
,
tree:
ast.untpd.CaseDef
)
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
EarlyDefinitionsNotSupported
()
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
EmptyCatchAndFinallyBlock
(
tryBody:
ast.untpd.Tree
)
(
implicit
ctx:
Context
)
extends
EmptyCatchOrFinallyBlock
with
Product
with
Serializable
case class
EmptyCatchBlock
(
tryBody:
ast.untpd.Tree
)
(
implicit
ctx:
Context
)
extends
EmptyCatchOrFinallyBlock
with
Product
with
Serializable
abstract
class
EmptyCatchOrFinallyBlock
extends
Message
class
Error
extends
MessageContainer
class
FeatureWarning
extends
ConditionalWarning
case class
IdentifierExpected
(
identifier:
String
)
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
IllegalLiteral
()
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
IllegalStartOfSimplePattern
()
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
IllegalStartSimpleExpr
(
illegalToken:
String
)
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
IllegalVariableInPatternAlternative
()
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
ImplicitCaseClass
(
cdef:
ast.untpd.TypeDef
)
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
IncorrectRepeatedParameterSyntax
()
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
class
Info
extends
MessageContainer
case class
InterpolatedStringError
()
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
MatchCaseUnreachable
()
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
class
MigrationWarning
extends
ConditionalWarning
case class
MissingIdent
(
tree:
ast.untpd.Ident
,
treeKind:
String
,
name:
String
)
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
MissingReturnType
()
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
NotAMember
(
site:
Type
,
name:
Name
,
selected:
String
)
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
ObjectMayNotHaveSelfType
(
mdef:
ModuleDef
)
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
PatternMatchExhaustivity
(
uncovered:
String
)
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
PkgDuplicateSymbol
(
existing:
Symbol
)
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
ProperDefinitionNotFound
()
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
RepeatedModifier
(
modifier:
String
)
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
SeqWildcardPatternPos
()
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
TopLevelImplicitClass
(
cdef:
ast.untpd.TypeDef
)
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
TupleTooLong
(
ts:
List
[
ast.untpd.Tree
]
)
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
TypeMismatch
(
found:
Type
,
expected:
Type
,
whyNoMatch:
String
=
""
,
implicitFailure:
String
=
""
)
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
TypeParamsTypeExpected
(
mods:
Modifiers
,
identifier:
TermName
)
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
UnboundPlaceholderParameter
()
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
class
UncheckedWarning
extends
ConditionalWarning
class
Warning
extends
MessageContainer
case class
WrongNumberOfArgs
(
fntpe:
Type
,
argKind:
String
,
expectedArgs:
List
[
TypeParamInfo
]
,
actual:
List
[
ast.untpd.Tree
]
)
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
case class
YieldOrDoExpectedInForComprehension
()
(
implicit
ctx:
Context
)
extends
Message
with
Product
with
Serializable
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
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
implicitClassRestrictionsText
(
implicit
ctx:
Context
)
:
String
Helper methods for messages
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
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
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped