scala.tools.nsc.typechecker.PatternMatching

MatchOptimizations

trait MatchOptimizations extends CommonSubconditionElimination with DeadCodeElimination with SwitchEmission with OptimizedCodegen with SymbolicMatchAnalysis with DPLLSolver

Self Type
MatchOptimizations with TreeMakers
Source
PatternMatching.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MatchOptimizations
  2. DPLLSolver
  3. CNF
  4. SymbolicMatchAnalysis
  5. Logic
  6. OptimizedCodegen
  7. CodegenCore
  8. SwitchEmission
  9. OptimizedMatchMonadInterface
  10. DeadCodeElimination
  11. CommonSubconditionElimination
  12. TreeMakerApproximation
  13. Prettification
  14. TreeMakers
  15. TypedSubstitution
  16. MatchMonadInterface
  17. AnyRef
  18. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait AbsCodegen extends AnyRef

    Definition Classes
    CodegenCore
  2. trait AbsVar extends AnyRef

    Definition Classes
    Logic
  3. case class AlternativesTreeMaker(prevBinder: Global.Symbol, altss: List[List[(TreeMakers.this)#TreeMaker]], pos: Global.Position) extends (TreeMakers.this)#TreeMaker with (TreeMakers.this)#NoNewBinders with Product with Serializable

    Definition Classes
    TreeMakers
  4. case class And(a: Prop, b: Prop) extends Prop with Product with Serializable

    Definition Classes
    Logic
  5. case class AndCond(a: (TreeMakerApproximation.this)#Cond, b: (TreeMakerApproximation.this)#Cond) extends (TreeMakerApproximation.this)#Cond with Product with Serializable

    Definition Classes
    TreeMakerApproximation
  6. case class BodyTreeMaker(body: Global.Tree, matchPt: Global.Type) extends (TreeMakers.this)#TreeMaker with (TreeMakers.this)#NoNewBinders with Product with Serializable

    Definition Classes
    TreeMakers
  7. trait Casegen extends AbsCodegen

    Definition Classes
    CodegenCore
  8. type Clause = Set[(MatchOptimizations.this)#Lit]

    Definition Classes
    CNF
  9. abstract class CommonCodegen extends AbsCodegen

    Definition Classes
    CodegenCore
  10. abstract class Cond extends AnyRef

    Definition Classes
    TreeMakerApproximation
  11. abstract class CondTreeMaker extends (TreeMakers.this)#FunTreeMaker

    Definition Classes
    TreeMakers
  12. sealed abstract class Const extends AnyRef

    Definition Classes
    SymbolicMatchAnalysisLogic
  13. case class ConstructorExample(cls: Global.Symbol, ctorArgs: List[(SymbolicMatchAnalysis.this)#CounterExample]) extends (SymbolicMatchAnalysis.this)#CounterExample with Product with Serializable

    Definition Classes
    SymbolicMatchAnalysis
  14. class CounterExample extends AnyRef

    Definition Classes
    SymbolicMatchAnalysis
  15. case class Eq(p: Var, q: Const) extends Prop with Product with Serializable

    Definition Classes
    Logic
  16. class EqualityCond extends (TreeMakerApproximation.this)#Cond

    Definition Classes
    TreeMakerApproximation
  17. case class EqualityTestTreeMaker(prevBinder: Global.Symbol, patTree: Global.Tree, pos: Global.Position) extends (TreeMakers.this)#CondTreeMaker with Product with Serializable

    Definition Classes
    TreeMakers
  18. case class ExtractorTreeMaker(extractor: Global.Tree, extraCond: Option[Global.Tree], nextBinder: Global.Symbol)(subPatBinders: List[Global.Symbol], subPatRefs: List[Global.Tree], extractorReturnsBoolean: Boolean, checkedLength: Option[Int], prevBinder: Global.Symbol, ignoredSubPatBinders: Set[Global.Symbol]) extends (TreeMakers.this)#FunTreeMaker with (TreeMakers.this)#PreserveSubPatBinders with Product with Serializable

    Make a TreeMaker that will result in an extractor call specified by extractor the next TreeMaker (here, we don't know which it'll be) is chained after this one by flatMap'ing a function with binder nextBinder over our extractor's result the function's body is determined by the next TreeMaker (furthermore, the interpretation of flatMap depends on the codegen instance we're using).

  19. type Formula = ArrayBuffer[(MatchOptimizations.this)#Clause]

    Definition Classes
    CNFLogic
  20. type FormulaBuilder = ArrayBuffer[(MatchOptimizations.this)#Clause]

    Definition Classes
    CNFLogic
  21. abstract class FunTreeMaker extends (TreeMakers.this)#TreeMaker

    Definition Classes
    TreeMakers
  22. case class GuardTreeMaker(guardTree: Global.Tree) extends (TreeMakers.this)#TreeMaker with (TreeMakers.this)#NoNewBinders with Product with Serializable

    Definition Classes
    TreeMakers
  23. case class ListExample(ctorArgs: List[(SymbolicMatchAnalysis.this)#CounterExample]) extends (SymbolicMatchAnalysis.this)#CounterExample with Product with Serializable

    Definition Classes
    SymbolicMatchAnalysis
  24. class Lit extends AnyRef

    Definition Classes
    DPLLSolverCNF
  25. type Model = Map[(MatchOptimizations.this)#Sym, Boolean]

    Definition Classes
    Logic
  26. case class NegativeExample(eqTo: (SymbolicMatchAnalysis.this)#Const, nonTrivialNonEqualTo: List[(SymbolicMatchAnalysis.this)#Const]) extends (SymbolicMatchAnalysis.this)#CounterExample with Product with Serializable

    Definition Classes
    SymbolicMatchAnalysis
  27. trait NoNewBinders extends (TreeMakers.this)#TreeMaker

    Definition Classes
    TreeMakers
  28. class NonNullCond extends (TreeMakerApproximation.this)#Cond

    Definition Classes
    TreeMakerApproximation
  29. case class Not(a: Prop) extends Prop with Product with Serializable

    Definition Classes
    Logic
  30. case class Or(a: Prop, b: Prop) extends Prop with Product with Serializable

    Definition Classes
    Logic
  31. case class OrCond(a: (TreeMakerApproximation.this)#Cond, b: (TreeMakerApproximation.this)#Cond) extends (TreeMakerApproximation.this)#Cond with Product with Serializable

    Definition Classes
    TreeMakerApproximation
  32. trait PreserveSubPatBinders extends (TreeMakers.this)#TreeMaker

    Definition Classes
    TreeMakers
  33. case class ProductExtractorTreeMaker(prevBinder: Global.Symbol, extraCond: Option[Global.Tree])(subPatBinders: List[Global.Symbol], subPatRefs: List[Global.Tree], mutableBinders: List[Global.Symbol], binderKnownNonNull: Boolean, ignoredSubPatBinders: Set[Global.Symbol]) extends (TreeMakers.this)#FunTreeMaker with (TreeMakers.this)#PreserveSubPatBinders with Product with Serializable

    An optimized version of ExtractorTreeMaker for Products.

  34. class Prop extends AnyRef

    Definition Classes
    Logic
  35. trait PropMap extends AnyRef

    Definition Classes
    Logic
  36. trait PropTraverser extends AnyRef

    Definition Classes
    Logic
  37. class RegularSwitchMaker extends (SwitchEmission.this)#SwitchMaker

    Definition Classes
    SwitchEmission
  38. class ReusedCondTreeMaker extends (CommonSubconditionElimination.this)#TreeMaker

  39. case class ReusingCondTreeMaker(sharedPrefix: List[(CommonSubconditionElimination.this)#Test], toReused: ((CommonSubconditionElimination.this)#TreeMaker) ⇒ (CommonSubconditionElimination.this)#TreeMaker) extends (CommonSubconditionElimination.this)#TreeMaker with Product with Serializable

  40. case class SubstOnlyTreeMaker(prevBinder: Global.Symbol, nextBinder: Global.Symbol) extends (TreeMakers.this)#TreeMaker with Product with Serializable

    Definition Classes
    TreeMakers
  41. class Substitution extends AnyRef

    Definition Classes
    TypedSubstitution
  42. abstract class SwitchMaker extends AnyRef

    Definition Classes
    SwitchEmission
  43. abstract case class Sym(variable: Var, const: Const) extends Prop with Product with Serializable

    Definition Classes
    Logic
  44. case class Test(cond: (TreeMakerApproximation.this)#Cond, treeMaker: (TreeMakerApproximation.this)#TreeMaker) extends Product with Serializable

    Definition Classes
    TreeMakerApproximation
  45. abstract class TreeMaker extends AnyRef

    Definition Classes
    TreeMakers
  46. class TreeMakersToConds extends AnyRef

    Definition Classes
    TreeMakerApproximation
  47. case class TrivialTreeMaker(tree: Global.Tree) extends (TreeMakers.this)#TreeMaker with (TreeMakers.this)#NoNewBinders with Product with Serializable

    Definition Classes
    TreeMakers
  48. case class TupleExample(ctorArgs: List[(SymbolicMatchAnalysis.this)#CounterExample]) extends (SymbolicMatchAnalysis.this)#CounterExample with Product with Serializable

    Definition Classes
    SymbolicMatchAnalysis
  49. class TypeCond extends (TreeMakerApproximation.this)#Cond

    Definition Classes
    TreeMakerApproximation
  50. sealed class TypeConst extends (SymbolicMatchAnalysis.this)#Const

    Definition Classes
    SymbolicMatchAnalysisLogic
  51. trait TypeConstExtractor extends AnyRef

    Definition Classes
    Logic
  52. case class TypeExample(c: (SymbolicMatchAnalysis.this)#Const) extends (SymbolicMatchAnalysis.this)#CounterExample with Product with Serializable

    Definition Classes
    SymbolicMatchAnalysis
  53. case class TypeTestTreeMaker(prevBinder: Global.Symbol, testedBinder: Global.Symbol, expectedTp: Global.Type, nextBinderTp: Global.Type)(pos: Global.Position, extractorArgTypeTest: Boolean = false) extends (TreeMakers.this)#CondTreeMaker with Product with Serializable

    implements the run-time aspects of (§8.

  54. class UniqueSym extends Sym

    Definition Classes
    Logic
  55. sealed class ValueConst extends (SymbolicMatchAnalysis.this)#Const

    Definition Classes
    SymbolicMatchAnalysis
  56. case class ValueExample(c: (SymbolicMatchAnalysis.this)#ValueConst) extends (SymbolicMatchAnalysis.this)#CounterExample with Product with Serializable

    Definition Classes
    SymbolicMatchAnalysis
  57. class Var extends (SymbolicMatchAnalysis.this)#AbsVar

    Definition Classes
    SymbolicMatchAnalysisLogic

Abstract Value Members

  1. abstract val typer: (analyzer)#Typer

    Definition Classes
    MatchMonadInterface

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from MatchOptimizations to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (MatchOptimizations, B)

    Implicit information
    This member is added by an implicit conversion from MatchOptimizations to ArrowAssoc[MatchOptimizations] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. def /\(props: Iterable[(MatchOptimizations.this)#Prop]): (MatchOptimizations.this)#Prop

    Definition Classes
    Logic
  7. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  9. object Cond

    Definition Classes
    TreeMakerApproximation
  10. object Const

    Definition Classes
    SymbolicMatchAnalysis
  11. object CounterExample

    Definition Classes
    SymbolicMatchAnalysis
  12. val EmptyModel: Map[(MatchOptimizations.this)#Sym, Boolean]

    Definition Classes
    DPLLSolverLogic
  13. object EmptySubstitution extends Substitution

    Definition Classes
    TypedSubstitution
  14. object EqualityCond

    Definition Classes
    TreeMakerApproximation
  15. object False extends Prop with Product with Serializable

    Definition Classes
    Logic
  16. object FalseCond extends (TreeMakerApproximation.this)#Cond with Product with Serializable

    Definition Classes
    TreeMakerApproximation
  17. object IrrefutableExtractorTreeMaker

    Definition Classes
    TreeMakerApproximation
  18. def Lit(sym: (MatchOptimizations.this)#Sym, pos: Boolean = true): (MatchOptimizations.this)#Lit

    Definition Classes
    DPLLSolverCNF
  19. object NoExample extends (SymbolicMatchAnalysis.this)#CounterExample with Product with Serializable

    Definition Classes
    SymbolicMatchAnalysis
  20. val NoModel: (MatchOptimizations.this)#Model

    Definition Classes
    DPLLSolverLogic
  21. object NonNullCond

    Definition Classes
    TreeMakerApproximation
  22. object NullConst extends (SymbolicMatchAnalysis.this)#Const with Product with Serializable

    Definition Classes
    SymbolicMatchAnalysisLogic
  23. lazy val NullTp: Global.UniqueConstantType

    Definition Classes
    SymbolicMatchAnalysis
  24. object ReusedCondTreeMaker

  25. object Substitution

    Definition Classes
    TypedSubstitution
  26. object Sym extends Serializable

    Definition Classes
    Logic
  27. object Test extends Serializable

    Definition Classes
    TreeMakerApproximation
  28. object True extends Prop with Product with Serializable

    Definition Classes
    Logic
  29. object TrueCond extends (TreeMakerApproximation.this)#Cond with Product with Serializable

    Definition Classes
    TreeMakerApproximation
  30. object TypeCond

    Definition Classes
    TreeMakerApproximation
  31. object TypeConst extends (SymbolicMatchAnalysis.this)#TypeConstExtractor

    Definition Classes
    SymbolicMatchAnalysisLogic
  32. object TypeTestTreeMaker extends Serializable

    Definition Classes
    TreeMakers
  33. object ValueConst

    Definition Classes
    SymbolicMatchAnalysis
  34. object Var

    Definition Classes
    SymbolicMatchAnalysis
  35. object WildcardExample extends (SymbolicMatchAnalysis.this)#CounterExample with Product with Serializable

    Definition Classes
    SymbolicMatchAnalysis
  36. def \/(props: Iterable[(MatchOptimizations.this)#Prop]): (MatchOptimizations.this)#Prop

    Definition Classes
    Logic
  37. def addFormula(buff: (MatchOptimizations.this)#FormulaBuilder, f: (MatchOptimizations.this)#Formula): Unit

    Definition Classes
    CNFLogic
  38. def alignAcrossRows(xss: List[List[AnyRef]], sep: String, lineSep: String = "\n"): String

    Definition Classes
    Prettification
  39. def alignedColumns(cols: Seq[AnyRef]): Seq[String]

    Definition Classes
    Prettification
  40. def andFormula(a: (MatchOptimizations.this)#Formula, b: (MatchOptimizations.this)#Formula): (MatchOptimizations.this)#Formula

    Definition Classes
    CNFLogic
  41. def approximateMatchConservative(root: Global.Symbol, cases: List[List[(MatchOptimizations.this)#TreeMaker]]): List[List[(MatchOptimizations.this)#Test]]

    Definition Classes
    TreeMakerApproximation
  42. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  43. def checkableType(tp: Global.Type): Global.Type

    Definition Classes
    SymbolicMatchAnalysis
  44. def clause(l: (MatchOptimizations.this)#Lit*): (MatchOptimizations.this)#Clause

    Definition Classes
    CNF
  45. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  46. def cnfString(f: (MatchOptimizations.this)#Formula): String

    Definition Classes
    DPLLSolverLogic
  47. def codegen: (MatchOptimizations.this)#AbsCodegen

    Definition Classes
    OptimizedCodegenCodegenCore
  48. def combineCases(scrut: Global.Tree, scrutSym: Global.Symbol, casesRaw: List[List[(MatchOptimizations.this)#TreeMaker]], pt: Global.Type, owner: Global.Symbol, matchFailGenOverride: Option[(Global.Tree) ⇒ Global.Tree]): Global.Tree

    Definition Classes
    TreeMakers
  49. def combineCasesNoSubstOnly(scrut: Global.Tree, scrutSym: Global.Symbol, casesNoSubstOnly: List[List[(MatchOptimizations.this)#TreeMaker]], pt: Global.Type, owner: Global.Symbol, matchFailGenOverride: Option[(Global.Tree) ⇒ Global.Tree]): Global.Tree

    Definition Classes
    TreeMakers
  50. def combineExtractors(treeMakers: List[(MatchOptimizations.this)#TreeMaker])(casegen: (MatchOptimizations.this)#Casegen): Global.Tree

    Definition Classes
    TreeMakers
  51. val debugInfoEmitVars: Boolean

    Attributes
    protected
    Definition Classes
    TreeMakers
  52. def doCSE(prevBinder: Global.Symbol, cases: List[List[(MatchOptimizations.this)#TreeMaker]], pt: Global.Type): List[List[(MatchOptimizations.this)#TreeMaker]]

    a flow-sensitive, generalised, common sub-expression elimination reuse knowledge from performed tests the only sub-expressions we consider are the conditions and results of the three tests (type, type&equality, equality) when a sub-expression is shared, it is stored in a mutable variable the variable is floated up so that its scope includes all of the program that shares it we generalize sharing to implication, where b reuses a if a => b and priors(a) => priors(b) (the priors of a sub expression form the path through the decision tree)

    a flow-sensitive, generalised, common sub-expression elimination reuse knowledge from performed tests the only sub-expressions we consider are the conditions and results of the three tests (type, type&equality, equality) when a sub-expression is shared, it is stored in a mutable variable the variable is floated up so that its scope includes all of the program that shares it we generalize sharing to implication, where b reuses a if a => b and priors(a) => priors(b) (the priors of a sub expression form the path through the decision tree)

    Definition Classes
    CommonSubconditionElimination
  53. def doDCE(prevBinder: Global.Symbol, cases: List[List[(MatchOptimizations.this)#TreeMaker]], pt: Global.Type): List[List[(MatchOptimizations.this)#TreeMaker]]

    Definition Classes
    DeadCodeElimination
  54. def emitSwitch(scrut: Global.Tree, scrutSym: Global.Symbol, cases: List[List[(MatchOptimizations.this)#TreeMaker]], pt: Global.Type, matchFailGenOverride: Option[(Global.Tree) ⇒ Global.Tree], unchecked: Boolean): Option[Global.Tree]

    Definition Classes
    SwitchEmissionTreeMakers
  55. def emitTypeSwitch(bindersAndCases: List[(Global.Symbol, List[(MatchOptimizations.this)#TreeMaker])], pt: Global.Type): Option[List[Global.CaseDef]]

    Definition Classes
    SwitchEmissionTreeMakers
  56. def ensuring(cond: (MatchOptimizations) ⇒ Boolean, msg: ⇒ Any): MatchOptimizations

    Implicit information
    This member is added by an implicit conversion from MatchOptimizations to Ensuring[MatchOptimizations] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  57. def ensuring(cond: (MatchOptimizations) ⇒ Boolean): MatchOptimizations

    Implicit information
    This member is added by an implicit conversion from MatchOptimizations to Ensuring[MatchOptimizations] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  58. def ensuring(cond: Boolean, msg: ⇒ Any): MatchOptimizations

    Implicit information
    This member is added by an implicit conversion from MatchOptimizations to Ensuring[MatchOptimizations] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  59. def ensuring(cond: Boolean): MatchOptimizations

    Implicit information
    This member is added by an implicit conversion from MatchOptimizations to Ensuring[MatchOptimizations] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  60. def enumerateSubtypes(tp: Global.Type): Option[List[Global.Type]]

    Definition Classes
    SymbolicMatchAnalysis
  61. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  62. def eqFreePropToSolvable(p: (MatchOptimizations.this)#Prop): (MatchOptimizations.this)#Formula

    Definition Classes
    CNFLogic
  63. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  64. def exhaustive(prevBinder: Global.Symbol, cases: List[List[(MatchOptimizations.this)#TreeMaker]], pt: Global.Type): List[String]

    Definition Classes
    SymbolicMatchAnalysis
  65. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  66. def findAllModelsFor(f: (MatchOptimizations.this)#Formula): List[(MatchOptimizations.this)#Model]

    Definition Classes
    DPLLSolverLogic
  67. def findModelFor(f: (MatchOptimizations.this)#Formula): (MatchOptimizations.this)#Model

    Definition Classes
    DPLLSolverLogic
  68. def fixerUpper(origOwner: Global.Symbol, pos: Global.Position): Global.Traverser

    Attributes
    protected
    Definition Classes
    TreeMakers
  69. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from MatchOptimizations to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  70. def formula(c: (MatchOptimizations.this)#Clause*): (MatchOptimizations.this)#Formula

    Definition Classes
    CNF
  71. def formulaBuilder: ArrayBuffer[Set[(MatchOptimizations.this)#Lit]]

    Definition Classes
    CNFLogic
  72. def formulaBuilderSized(init: Int): ArrayBuffer[(MatchOptimizations.this)#Clause]

    Definition Classes
    CNF
  73. def freshName(prefix: String): Global.TermName

    Definition Classes
    CodegenCore
  74. def freshSym(pos: Global.Position, tp: Global.Type = NoType, prefix: String = "x"): Global.TermSymbol

    Definition Classes
    CodegenCore
  75. def gatherVariables(p: (MatchOptimizations.this)#Prop): Set[(MatchOptimizations.this)#Var]

    Definition Classes
    Logic
  76. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  77. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  78. def inMatchMonad(tp: Global.Type): Global.Type

  79. def instanceOfTpImplies(tp: Global.Type, tpImplied: Global.Type): Boolean

    Definition Classes
    CodegenCore
  80. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  81. final def matchMonadResult(tp: Global.Type): Global.Type

    Definition Classes
    MatchMonadInterface
  82. def matchMonadSym: Global.ClassSymbol

    Attributes
    protected
    Definition Classes
    OptimizedMatchMonadInterfaceMatchMonadInterface
  83. val matchOwner: Global.Symbol

    Definition Classes
    MatchMonadInterface
  84. def modelString(model: (MatchOptimizations.this)#Model): String

    Definition Classes
    SymbolicMatchAnalysis
  85. def modelToCounterExample(scrutVar: (MatchOptimizations.this)#Var)(model: (MatchOptimizations.this)#Model): (MatchOptimizations.this)#CounterExample

    Definition Classes
    SymbolicMatchAnalysis
  86. def modelToVarAssignment(model: (MatchOptimizations.this)#Model): Map[(MatchOptimizations.this)#Var, (Seq[(MatchOptimizations.this)#Const], Seq[(MatchOptimizations.this)#Const])]

    Definition Classes
    SymbolicMatchAnalysis
  87. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  88. def newSynthCaseLabel(name: String): Global.MethodSymbol

    Definition Classes
    CodegenCore
  89. final def notify(): Unit

    Definition Classes
    AnyRef
  90. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  91. def optimizeCases(prevBinder: Global.Symbol, cases: List[List[(MatchOptimizations.this)#TreeMaker]], pt: Global.Type, unchecked: Boolean): (List[List[(MatchOptimizations.this)#TreeMaker]], List[Global.Tree])

    Definition Classes
    MatchOptimizationsTreeMakers
  92. object optimizedCodegen extends CommonCodegen

    Definition Classes
    OptimizedCodegen
  93. def prepareNewAnalysis(): Unit

    Definition Classes
    SymbolicMatchAnalysis
  94. def propToSolvable(p: (MatchOptimizations.this)#Prop): (MatchOptimizations.this)#Formula

    Definition Classes
    Logic
  95. def propagateSubstitution(treeMakers: List[(MatchOptimizations.this)#TreeMaker], initial: (MatchOptimizations.this)#Substitution): List[(MatchOptimizations.this)#TreeMaker]

    Definition Classes
    TreeMakers
  96. def pureType(tp: Global.Type): Global.Type

  97. def removeSubstOnly(makers: List[(MatchOptimizations.this)#TreeMaker]): collection.immutable.List[(MatchOptimizations.this)#TreeMaker]

    Definition Classes
    TreeMakers
  98. def removeVarEq(props: List[(MatchOptimizations.this)#Prop], modelNull: Boolean = false): ((MatchOptimizations.this)#Formula, List[(MatchOptimizations.this)#Formula])

    Definition Classes
    Logic
  99. def reportMissingCases(pos: Global.Position, counterExamples: List[String]): Unit

    Definition Classes
    MatchMonadInterface
  100. def reportUnreachable(pos: Global.Position): Unit

    Definition Classes
    MatchMonadInterface
  101. def sameValue(a: Global.Tree, b: Global.Tree): Boolean

    Definition Classes
    TreeMakerApproximation
  102. def showTests(testss: List[List[(MatchOptimizations.this)#Test]]): Unit

    Definition Classes
    TreeMakerApproximation
  103. def showTreeMakers(cases: List[List[(MatchOptimizations.this)#TreeMaker]]): Unit

    Definition Classes
    TreeMakerApproximation
  104. def simplifyFormula(a: (MatchOptimizations.this)#Formula): (MatchOptimizations.this)#Formula

    Definition Classes
    CNFLogic
  105. def symbolicCase(tests: List[(MatchOptimizations.this)#Test], modelNull: Boolean = false): (MatchOptimizations.this)#Prop

    Definition Classes
    SymbolicMatchAnalysis
  106. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  107. def toFormula(buff: (MatchOptimizations.this)#FormulaBuilder): (MatchOptimizations.this)#Formula

    Definition Classes
    CNFLogic
  108. def toString(): String

    Definition Classes
    AnyRef → Any
  109. def typesConform(tp: Global.Type, pt: Global.Type): Boolean

    Definition Classes
    CodegenCore
  110. def uncheckableType(tp: Global.Type): Boolean

    Definition Classes
    SymbolicMatchAnalysis
  111. def unreachableCase(prevBinder: Global.Symbol, cases: List[List[(MatchOptimizations.this)#TreeMaker]], pt: Global.Type): Option[Int]

    Definition Classes
    SymbolicMatchAnalysis
  112. def varAssignmentString(varAssignment: Map[(MatchOptimizations.this)#Var, (Seq[(MatchOptimizations.this)#Const], Seq[(MatchOptimizations.this)#Const])]): String

    Definition Classes
    SymbolicMatchAnalysis
  113. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  114. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  115. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  116. def [B](y: B): (MatchOptimizations, B)

    Implicit information
    This member is added by an implicit conversion from MatchOptimizations to ArrowAssoc[MatchOptimizations] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implict Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from MatchOptimizations to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (matchOptimizations: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from MatchOptimizations to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (matchOptimizations: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: MatchOptimizations

    Implicit information
    This member is added by an implicit conversion from MatchOptimizations to ArrowAssoc[MatchOptimizations] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (matchOptimizations: ArrowAssoc[MatchOptimizations]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: MatchOptimizations

    Implicit information
    This member is added by an implicit conversion from MatchOptimizations to Ensuring[MatchOptimizations] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (matchOptimizations: Ensuring[MatchOptimizations]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from DPLLSolver

Inherited from CNF

Inherited from SymbolicMatchAnalysis

Inherited from Logic

Inherited from OptimizedCodegen

Inherited from CodegenCore

Inherited from SwitchEmission

Inherited from DeadCodeElimination

Inherited from TreeMakerApproximation

Inherited from Prettification

Inherited from TreeMakers

Inherited from TypedSubstitution

Inherited from MatchMonadInterface

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from MatchOptimizations to StringAdd

Inherited by implicit conversion any2stringfmt from MatchOptimizations to StringFormat

Inherited by implicit conversion any2ArrowAssoc from MatchOptimizations to ArrowAssoc[MatchOptimizations]

Inherited by implicit conversion any2Ensuring from MatchOptimizations to Ensuring[MatchOptimizations]

Ungrouped