Packages

object conservative extends TreeMakerToProp

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. conservative
  2. TreeMakerToProp
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 handleUnknown(tm: MatchApproximator.TreeMaker): MatchApproximator.False.type
    Definition Classes
    conservativeTreeMakerToProp
  5. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  6. def updateSubstitution(subst: MatchApproximator.Substitution): Unit
    Definition Classes
    TreeMakerToProp