object Pattern extends PatternCodec with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Pattern
- Serializable
- PatternCodec
- TaggedCompanionObjectLike
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class AsPattern[+A](attributes: A, pattern: Pattern[A], name: Name) extends Pattern[A] with Product with Serializable
- final case class ConstructorPattern[+A](attributes: A, constructorName: FQName, argumentPatterns: List[Pattern[A]]) extends Pattern[A] with Product with Serializable
- final case class EmptyListPattern[+A](attributes: A) extends Pattern[A] with Product with Serializable
- final case class HeadTailPattern[+A](attributes: A, headPattern: Pattern[A], tailPattern: Pattern[A]) extends Pattern[A] with Product with Serializable
- final case class LiteralPattern[+A](attributes: A, value: Literal) extends Pattern[A] with Product with Serializable
- final case class RecordPattern[+A](attributes: A, fieldNames: List[Name]) extends Pattern[A] with Product with Serializable
- final case class TuplePattern[+A](attributes: A, elementPatterns: List[Pattern[A]]) extends Pattern[A] with Product with Serializable
- final case class UnitPattern[+A](attributes: A) extends Pattern[A] with Product with Serializable
- final case class WildcardPattern[+A](attributes: A) extends Pattern[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
- val Tag: String
- Definition Classes
- PatternCodec → TaggedCompanionObjectLike
- 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 hasMatchingTag[P <: Product](product: P): Boolean
- Definition Classes
- TaggedCompanionObjectLike
- 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()
- implicit def readWriter[A](implicit arg0: upickle.default.ReadWriter[A]): upickle.default.ReadWriter[Pattern[A]]
- Definition Classes
- PatternCodec
- 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object AsPattern extends AsPatternCodec with Serializable
- object ConstructorPattern extends ConstructorPatternCodec with Serializable
- object EmptyListPattern extends EmptyListPatternCodec with Serializable
- object HeadTailPattern extends HeadTailPatternCodec with Serializable
- object LiteralPattern extends LiteralPattenCodec with Serializable
- object RecordPattern extends RecordPatternCodec with Serializable
- object TuplePattern extends TuplePatternCodec with Serializable
- object UnitPattern extends UnitPatternCodec with Serializable
- object WildcardPattern extends WildcardPatternCodec with Serializable