MalformedType

dotty.tools.dotc.core.MalformedType
class MalformedType(pre: Type, denot: Denotation, absMembers: Set[Name]) extends TypeError

Attributes

Graph
Supertypes
class TypeError
class Exception
class Throwable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def produceMessage(using Context): Message

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable
override def getMessage: String

Attributes

Definition Classes
Inherited from:
TypeError

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable
final def toMessage(using Context): Message

Attributes

Inherited from:
TypeError

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Inherited from:
Throwable