object Val
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Val
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class ArrayValue(elemty: Type, values: Seq[Val]) extends Val with Product with Serializable
- final case class Byte(value: scala.Byte) extends Val with Product with Serializable
- final case class Char(value: scala.Char) extends Val with Product with Serializable
- final case class Chars(value: Seq[scala.Byte]) extends Val with Product with Serializable
- final case class ClassOf(name: nir.Global) extends Val with Product with Serializable
- final case class Const(value: Val) extends Val with Product with Serializable
- final case class Double(value: scala.Double) extends Val with Product with Serializable
- final case class Float(value: scala.Float) extends Val with Product with Serializable
- final case class Global(name: nir.Global, valty: Type) extends Val with Product with Serializable
- final case class Int(value: scala.Int) extends Val with Product with Serializable
- final case class Local(name: nir.Local, valty: Type) extends Val with Product with Serializable
- final case class Long(value: scala.Long) extends Val with Product with Serializable
- final case class Short(value: scala.Short) extends Val with Product with Serializable
- final case class String(value: java.lang.String) extends Val with Product with Serializable
- final case class StructValue(values: Seq[Val]) extends Val with Product with Serializable
- final case class Virtual(key: scala.Long) extends Val with Product with Serializable
- final case class Zero(of: Type) extends Val with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: scala.Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): scala.Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long, arg1: scala.Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object Bool extends (Boolean) => Val
- case object False extends Val with Product with Serializable
- case object Null extends Val with Product with Serializable
- case object True extends Val with Product with Serializable
- case object Unit extends Val with Product with Serializable