o
scala.tools.nsc.transform.patmat.MatchApproximation.MatchApproximator.TreeMakersToProps
condStrategy
object condStrategy extends TypeTestCondStrategy
- Source
- MatchAnalysis.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- condStrategy
- TypeTestCondStrategy
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Result = MatchApproximator.Prop
- Definition Classes
- condStrategy → TypeTestCondStrategy
Value Members
- def and(a: Result, b: Result): MatchApproximator.And
- Definition Classes
- condStrategy → TypeTestCondStrategy
- def eqTest(pat: MatchApproximator.Tree, testedBinder: Global.Symbol): MatchApproximator.Prop
- Definition Classes
- condStrategy → TypeTestCondStrategy
- def equalsTest(pat: MatchApproximator.Tree, testedBinder: Global.Symbol): MatchApproximator.Prop
- Definition Classes
- condStrategy → TypeTestCondStrategy
- def nonNullTest(testedBinder: Global.Symbol): MatchApproximator.Prop
- Definition Classes
- condStrategy → TypeTestCondStrategy
- def tru: True
- Definition Classes
- condStrategy → TypeTestCondStrategy
- def typeTest(b: Global.Symbol, pt: MatchApproximator.Type): MatchApproximator.And
- Definition Classes
- condStrategy → TypeTestCondStrategy
- def withOuterTest(testedBinder: Global.Symbol, expectedTp: MatchApproximator.Type): True
- def withOuterTest(orig: Result)(testedBinder: Global.Symbol, expectedTp: Global.Type): Result
- Definition Classes
- TypeTestCondStrategy
The Scala compiler and reflection APIs.