Packages

object Pattern extends PatternCodec with Serializable

Linear Supertypes
Serializable, PatternCodec, TaggedCompanionObjectLike, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Pattern
  2. Serializable
  3. PatternCodec
  4. TaggedCompanionObjectLike
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class AsPattern[+A](attributes: A, pattern: Pattern[A], name: Name) extends Pattern[A] with Product with Serializable
  2. final case class ConstructorPattern[+A](attributes: A, constructorName: FQName, argumentPatterns: List[Pattern[A]]) extends Pattern[A] with Product with Serializable
  3. final case class EmptyListPattern[+A](attributes: A) extends Pattern[A] with Product with Serializable
  4. final case class HeadTailPattern[+A](attributes: A, headPattern: Pattern[A], tailPattern: Pattern[A]) extends Pattern[A] with Product with Serializable
  5. final case class LiteralPattern[+A](attributes: A, value: Literal) extends Pattern[A] with Product with Serializable
  6. final case class RecordPattern[+A](attributes: A, fieldNames: List[Name]) extends Pattern[A] with Product with Serializable
  7. final case class TuplePattern[+A](attributes: A, elementPatterns: List[Pattern[A]]) extends Pattern[A] with Product with Serializable
  8. final case class UnitPattern[+A](attributes: A) extends Pattern[A] with Product with Serializable
  9. final case class WildcardPattern[+A](attributes: A) extends Pattern[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. val Tag: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hasMatchingTag[P <: Product](product: P): Boolean
    Definition Classes
    TaggedCompanionObjectLike
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. implicit def readWriter[A](implicit arg0: upickle.default.ReadWriter[A]): upickle.default.ReadWriter[Pattern[A]]
    Definition Classes
    PatternCodec
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. object AsPattern extends AsPatternCodec with Serializable
  24. object ConstructorPattern extends ConstructorPatternCodec with Serializable
  25. object EmptyListPattern extends EmptyListPatternCodec with Serializable
  26. object HeadTailPattern extends HeadTailPatternCodec with Serializable
  27. object LiteralPattern extends LiteralPattenCodec with Serializable
  28. object RecordPattern extends RecordPatternCodec with Serializable
  29. object TuplePattern extends TuplePatternCodec with Serializable
  30. object UnitPattern extends UnitPatternCodec with Serializable
  31. object WildcardPattern extends WildcardPatternCodec with Serializable

Inherited from Serializable

Inherited from PatternCodec

Inherited from AnyRef

Inherited from Any

Ungrouped