Packages

abstract class TreeMakerToProp extends (MatchApproximator.TreeMaker) ⇒ MatchApproximator.Prop

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TreeMakerToProp
  2. Function1
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TreeMakerToProp()

Abstract Value Members

  1. abstract def handleUnknown(tm: MatchApproximator.TreeMaker): MatchApproximator.Prop

Concrete Value Members

  1. def andThen[A](g: (MatchApproximator.Prop) ⇒ A): (MatchApproximator.TreeMaker) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def apply(tm: MatchApproximator.TreeMaker): MatchApproximator.Prop

    apply itself must render a faithful representation of the TreeMaker

    apply itself must render a faithful representation of the TreeMaker

    Concretely, True must only be used to represent a TreeMaker that is sure to match and that does not do any computation at all e.g., doCSE relies on apply itself being sound in this sense (since it drops TreeMakers that are approximated to True -- scala/bug#6077)

    handleUnknown may be customized by the caller to approximate further

    TODO: don't ignore outer-checks

    Definition Classes
    TreeMakerToProp → Function1
  3. def compose[A](g: (A) ⇒ MatchApproximator.TreeMaker): (A) ⇒ MatchApproximator.Prop
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  4. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  5. def updateSubstitution(subst: MatchApproximator.Substitution): Unit