object ValueCase
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ValueCase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class ApplyCase[+Self](function: Self, arguments: Chunk[Self]) extends ValueCase[Self] with Product with Serializable
- final case class ConstructorCase(name: FQName) extends ValueCase[Nothing] with Product with Serializable
- final case class DestructureCase[+Annotations, +Self](pattern: Pattern[Annotations], valueToDestruct: Self, inValue: Self) extends ValueCase[Self] with Product with Serializable
- final case class FieldCase[+Self](target: Self, name: Name) extends ValueCase[Self] with Product with Serializable
- final case class FieldFunctionCase(name: Name) extends ValueCase[Nothing] with Product with Serializable
- final case class IfThenElseCase[+Self](condition: Self, thenBranch: Self, elseBranch: Self) extends ValueCase[Self] with Product with Serializable
- final case class LambdaCase[+Annotations, +Self](argumentPattern: Pattern[Annotations], body: Self) extends ValueCase[Self] with Product with Serializable
- final case class LetDefinitionCase[+Annotations, +Self](valueName: Name, valueDefinition: Definition[Self, Annotations], inValue: Self) extends ValueCase[Self] with Product with Serializable
- final case class LetRecursionCase[+Annotations, +Self](valueDefinitions: Map[Name, Definition[Self, Annotations]], inValue: Self) extends ValueCase[Self] with Product with Serializable
- final case class ListCase[+Self](elements: Chunk[Self]) extends ValueCase[Self] with Product with Serializable
- final case class LiteralCase[+A](literal: Literal[A]) extends ValueCase[Nothing] with Product with Serializable
- final case class NativeApplyCase[+Self](function: NativeFunction, arguments: Chunk[Self]) extends ValueCase[Self] with Product with Serializable
- final case class PatternMatchCase[+Annotations, +Self](branchOutOn: Self, cases: Chunk[(Pattern[Annotations], Self)]) extends ValueCase[Self] with Product with Serializable
- final case class RecordCase[+Self](fields: Chunk[(Name, Self)]) extends ValueCase[Self] with Product with Serializable
- final case class ReferenceCase(name: FQName) extends ValueCase[Nothing] with Product with Serializable
- final case class TupleCase[+Self](elements: Chunk[Self]) extends ValueCase[Self] with Product with Serializable
- type UnitCase = UnitCase.type
- final case class UpdateRecordCase[+Self](valueToUpdate: Self, fieldsToUpdate: Chunk[(Name, Self)]) extends ValueCase[Self] with Product with Serializable
- final case class VariableCase(name: Name) extends ValueCase[Nothing] 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
- implicit val ValueCaseCovariant: Covariant[ValueCase]
- implicit val ValueCaseForEach: ForEach[ValueCase]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- 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(): 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(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object UnitCase extends ValueCase[Nothing] with Product with Serializable