PrimitiveKind

sealed abstract class PrimitiveKind(val width: Int) extends ValueKind

Primitive value types.

class ValueKind
class Type
class Object
trait Matchable
class Any
object Bool.type
class F
object Double.type
object Float.type
class I
object Byte.type
object Char.type
object Int.type
object Long.type
object Short.type
object Ptr.type

Value members

Inherited methods

final def elemty(path: Seq[Val]): Type
Inherited from:
Type
final def mangle: String
Inherited from:
Type
final def show: String
Inherited from:
Type

Concrete fields

val width: Int