Type

sealed abstract class Type
Companion:
object
class Object
trait Matchable
class Any
class RefKind
class Array
object Null.type
class Ref
object Unit.type
class Function
object Nothing.type
class Var
object Vararg.type
object Virtual.type
class ValueKind
trait I
object Byte.type
object Char.type
object Int.type
object Long.type
object Short.type
object Size.type
object Bool.type
class F
object Double.type
object Float.type
object Ptr.type

Value members

Concrete methods

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

The mangled representation of this.

The mangled representation of this.

final def show: String

A textual representation of this.

A textual representation of this.