Packages

final case class LinExp[A1, A2, A](in: Pat[A1], inLo: Pat[A1], inHi: Pat[A1], outLo: Pat[A2], outHi: Pat[A2])(implicit widen: Widen2[A1, A2, A], num: NumDouble[A]) extends Pattern[A] with ProductWithAdjuncts with Product with Serializable

Linear Supertypes
Serializable, ProductWithAdjuncts, Pattern[A], Pat[A], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LinExp
  2. Serializable
  3. ProductWithAdjuncts
  4. Pattern
  5. Pat
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LinExp(in: Pat[A1], inLo: Pat[A1], inHi: Pat[A1], outLo: Pat[A2], outHi: Pat[A2])(implicit widen: Widen2[A1, A2, A], num: NumDouble[A])

Value Members

  1. def adjuncts: List[Adjunct]
    Definition Classes
    LinExpProductWithAdjuncts
  2. def expand[T <: Exec[T]](implicit ctx: Context[T], tx: T): Stream[T, A]
    Definition Classes
    LinExpPat
  3. val in: Pat[A1]
  4. val inHi: Pat[A1]
  5. val inLo: Pat[A1]
  6. implicit val num: NumDouble[A]
  7. val outHi: Pat[A2]
  8. val outLo: Pat[A2]
  9. def productElementNames: Iterator[String]
    Definition Classes
    Product
  10. def transform[T <: Exec[T]](t: Transform)(implicit ctx: Context[T], tx: T): Pat[A]
    Definition Classes
    LinExpPat
  11. implicit val widen: Widen2[A1, A2, A]