Type

dotty.tools.dotc.semanticdb.Type
See theType companion object
sealed trait Type extends SemanticdbGeneratedSealedOneof

Attributes

Companion
object
Graph
Supertypes
trait SemanticdbGeneratedSealedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Empty
trait NonEmpty
class ByNameType
class ConstantType
class LambdaType
class MatchType
class RepeatedType
class SingleType
class SuperType
class ThisType
class TypeRef
class UnionType
class WithType
Show all

Members list

Type members

Types

Value members

Concrete methods

final def asMessage: TypeMessage
final def asNonEmpty: Option[NonEmpty]
final def isDefined: Boolean
final def isEmpty: Boolean

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product