Packages

object condStrategy extends TypeTestCondStrategy

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. condStrategy
  2. TypeTestCondStrategy
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Result = MatchApproximator.Prop
    Definition Classes
    condStrategyTypeTestCondStrategy

Value Members

  1. def and(a: Result, b: Result): MatchApproximator.And
    Definition Classes
    condStrategyTypeTestCondStrategy
  2. def eqTest(pat: MatchApproximator.Tree, testedBinder: Global.Symbol): MatchApproximator.Prop
    Definition Classes
    condStrategyTypeTestCondStrategy
  3. def equalsTest(pat: MatchApproximator.Tree, testedBinder: Global.Symbol): MatchApproximator.Prop
    Definition Classes
    condStrategyTypeTestCondStrategy
  4. def nonNullTest(testedBinder: Global.Symbol): MatchApproximator.Prop
    Definition Classes
    condStrategyTypeTestCondStrategy
  5. def tru: True
    Definition Classes
    condStrategyTypeTestCondStrategy
  6. def typeTest(b: Global.Symbol, pt: MatchApproximator.Type): MatchApproximator.And
    Definition Classes
    condStrategyTypeTestCondStrategy
  7. def withOuterTest(testedBinder: Global.Symbol, expectedTp: MatchApproximator.Type): True
  8. def withOuterTest(orig: Result)(testedBinder: Global.Symbol, expectedTp: Global.Type): Result
    Definition Classes
    TypeTestCondStrategy