SpecialKind

sealed abstract class SpecialKind extends Type

Second-class types.

class Type
class Object
trait Matchable
class Any
class Function
object Nothing.type
class Var
object Vararg.type
object Virtual.type

Value members

Inherited methods

def =?=(other: Type): Boolean
Inherited from:
Type
final def elemty(path: Seq[Val]): Type
Inherited from:
Type
Inherited from:
Type
final def mangle: String

The mangled representation of this.

The mangled representation of this.

Inherited from:
Type
final def show: String

A textual representation of this.

A textual representation of this.

Inherited from:
Type