Packages

object Value extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Value
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Apply[+A](attributes: A, function: Value[A], argument: Value[A]) extends Value[A] with Product with Serializable
  2. final case class Constructor[+A](attributes: A, fullyQualifiedName: FQName) extends Value[A] with Product with Serializable
  3. final case class Definition[+A](valueType: Option[Type[A]], arguments: ArgumentList[A], body: Value[A]) extends Product with Serializable
  4. final case class Destructure[+A](attributes: A, pattern: Pattern[A], valueToDestruct: Value[A], inValue: Value[A]) extends Value[A] with Product with Serializable
  5. final case class Field[+A](attributes: A, subjectValue: Value[A], fieldName: Name) extends Value[A] with Product with Serializable
  6. final case class FieldFunction[+A](attributes: A, fieldName: Name) extends Value[A] with Product with Serializable
  7. final case class IfThenElse[+A](attributes: A, condition: Value[A], thenBranch: Value[A], elseBranch: Value[A]) extends Value[A] with Product with Serializable
  8. final case class Lambda[+A](attributes: A, argumentPattern: Pattern[A], body: Value[A]) extends Value[A] with Product with Serializable
  9. final case class LetDefinition[+A](attributes: A, valueName: Name, valueDefinition: Definition[A], inValue: Value[A]) extends Value[A] with Product with Serializable
  10. final case class LetRecursion[+A](attributes: A, valueDefinitions: Map[Name, Definition[A]], inValue: Value[A]) extends Value[A] with Product with Serializable
  11. final case class List[+A](attributes: A, items: ValueExprList[A]) extends Value[A] with Product with Serializable
  12. final case class Literal[+A, +L](attributes: A, value: LiteralValue[L]) extends Value[A] with Product with Serializable
  13. sealed abstract class Pattern[+A] extends Product with Serializable
  14. final case class PatternMatch[A](attributes: A, branchOutOn: Value[A], cases: PatternMatchCases[A]) extends Value[A] with Product with Serializable
  15. final case class Record[+A](attributes: A, fields: RecordFields[A]) extends Value[A] with Product with Serializable
  16. final case class Reference[+A](attributes: A, fullyQualifiedName: FQName) extends Value[A] with Product with Serializable
  17. final case class Specification[+A](inputs: ParameterList[A], output: Type[A]) extends Product with Serializable
  18. final case class Tuple[+A](attributes: A, elements: ValueExprList[A]) extends Value[A] with Product with Serializable
  19. final case class Unit[+A](attributes: A) extends Value[A] with Product with Serializable
  20. final case class UpdateRecord[+A](attributes: A, valueToUpdate: Value[A], fieldsToUpdate: RecordFields[A]) extends Value[A] with Product with Serializable
  21. final case class Variable[+A](attributes: A, name: Name) extends Value[A] with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): scala.Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  20. object Pattern extends Serializable

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped