object Value extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Value
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class Apply[+A](attributes: A, function: Value[A], argument: Value[A]) extends Value[A] with Product with Serializable
- final case class Constructor[+A](attributes: A, fullyQualifiedName: FQName) extends Value[A] with Product with Serializable
- final case class Definition[+A](valueType: Option[Type[A]], arguments: ArgumentList[A], body: Value[A]) extends Product with Serializable
- final case class Destructure[+A](attributes: A, pattern: Pattern[A], valueToDestruct: Value[A], inValue: Value[A]) extends Value[A] with Product with Serializable
- final case class Field[+A](attributes: A, subjectValue: Value[A], fieldName: Name) extends Value[A] with Product with Serializable
- final case class FieldFunction[+A](attributes: A, fieldName: Name) extends Value[A] with Product with Serializable
- final case class IfThenElse[+A](attributes: A, condition: Value[A], thenBranch: Value[A], elseBranch: Value[A]) extends Value[A] with Product with Serializable
- final case class Lambda[+A](attributes: A, argumentPattern: Pattern[A], body: Value[A]) extends Value[A] with Product with Serializable
- final case class LetDefinition[+A](attributes: A, valueName: Name, valueDefinition: Definition[A], inValue: Value[A]) extends Value[A] with Product with Serializable
- final case class LetRecursion[+A](attributes: A, valueDefinitions: Map[Name, Definition[A]], inValue: Value[A]) extends Value[A] with Product with Serializable
- final case class List[+A](attributes: A, items: ValueExprList[A]) extends Value[A] with Product with Serializable
- final case class Literal[+A, +L](attributes: A, value: LiteralValue[L]) extends Value[A] with Product with Serializable
- sealed abstract class Pattern[+A] extends Product with Serializable
- final case class PatternMatch[A](attributes: A, branchOutOn: Value[A], cases: PatternMatchCases[A]) extends Value[A] with Product with Serializable
- final case class Record[+A](attributes: A, fields: RecordFields[A]) extends Value[A] with Product with Serializable
- final case class Reference[+A](attributes: A, fullyQualifiedName: FQName) extends Value[A] with Product with Serializable
- final case class Specification[+A](inputs: ParameterList[A], output: Type[A]) extends Product with Serializable
- final case class Tuple[+A](attributes: A, elements: ValueExprList[A]) extends Value[A] with Product with Serializable
- final case class Unit[+A](attributes: A) extends Value[A] with Product with Serializable
- final case class UpdateRecord[+A](attributes: A, valueToUpdate: Value[A], fieldsToUpdate: RecordFields[A]) extends Value[A] with Product with Serializable
- final case class Variable[+A](attributes: A, name: Name) extends Value[A] with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: 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(): scala.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(): 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(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object Pattern extends Serializable