object ConstructorPattern
- Alphabetic
- By Inheritance
- ConstructorPattern
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- case class CnstDepFuncPtn[T <: Term with Subs[T], V <: Term with Subs[V], VV <: Term with Subs[VV], C <: Term with Subs[C], HC <: Term with Subs[HC], H <: Term with Subs[H]](tail: Typ[T], headfibre: (T) => ConstructorPattern[C, HC, H] { ... /* 2 definitions in type refinement */ }, headlevel: Int = 0) extends RecursiveConstructorPattern[C, T, HC, FuncLike[T, HC], H] with Product with Serializable
- case class CnstFncPtn[T <: Term with Subs[T], Cod <: Term with Subs[Cod], HC <: Term with Subs[HC], H <: Term with Subs[H]](tail: Typ[T], head: ConstructorPattern[Cod, HC, H]) extends RecursiveConstructorPattern[Cod, T, HC, Func[T, HC], H] with Product with Serializable
Extending a poly-pattern by a constant type, i.e., not depending on W.
- case class DepFuncPtn[U <: Term with Subs[U], V <: Term with Subs[V], VV <: Term with Subs[VV], C <: Term with Subs[C], F <: Term with Subs[F], H <: Term with Subs[H]](tail: IterFuncPtn[H, C, F], headfibre: (F) => ConstructorPattern[C, U, H] { ... /* 2 definitions in type refinement */ }, headlevel: Int = 0) extends RecursiveConstructorPattern[C, F, U, FuncLike[F, U], H] with Product with Serializable
Dependent extension of a poly-pattern by a type pattern.
Dependent extension of a poly-pattern by a type pattern. XXX this may never be applicable
- case class FuncPtn[C <: Term with Subs[C], F <: Term with Subs[F], HC <: Term with Subs[HC], H <: Term with Subs[H]](tail: IterFuncPtn[H, C, F], head: ConstructorPattern[C, HC, H]) extends RecursiveConstructorPattern[C, F, HC, Func[F, HC], H] with Product with Serializable
Extending a constructor-pattern by a type pattern.
- case class IdTarg[C <: Term with Subs[C], H <: Term with Subs[H]]() extends ConstructorPattern[C, H, H] with Product with Serializable
- case class IdW[H <: Term with Subs[H]]() extends ConstructorPattern[Term, H, H] with Product with Serializable
The constructor pattern W - the only valid head for constructor-patterns.
- sealed trait RecursiveConstructorPattern[Cod <: Term with Subs[Cod], ArgT <: Term with Subs[ArgT], HeadT <: Term with Subs[HeadT], CT <: FuncLike[ArgT, HeadT] with Subs[CT], H <: Term with Subs[H]] extends ConstructorPattern[Cod, CT, H]
Functional extension of a type pattern
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 Head: IdW[Term]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def get[H <: Term with Subs[H], Cnstr <: Term with Subs[Cnstr]](constype: Cnstr, w: Typ[H]): ConstructorPattern[Term, Cnstr, H]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated