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) 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 = Array[(MatchOptimizations.this)#Clause]

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

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

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

    Definition Classes
    SymbolicMatchAnalysis
  23. class Lit extends AnyRef

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

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

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

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

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

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

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

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

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

    An optimized version of ExtractorTreeMaker for Products.

  33. class Prop extends AnyRef

    Definition Classes
    Logic
  34. trait PropMap extends AnyRef

    Definition Classes
    Logic
  35. trait PropTraverser extends AnyRef

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

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

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

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

    Definition Classes
    TreeMakers
  40. class Substitution extends AnyRef

    Definition Classes
    TypedSubstitution
  41. abstract class SwitchMaker extends AnyRef

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

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

    Definition Classes
    TreeMakerApproximation
  44. abstract class TreeMaker extends AnyRef

    Definition Classes
    TreeMakers
  45. class TreeMakersToConds extends AnyRef

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

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

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

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

    Definition Classes
    SymbolicMatchAnalysisLogic
  50. trait TypeConstExtractor extends AnyRef

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

    Definition Classes
    SymbolicMatchAnalysis
  52. 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.

  53. sealed class ValueConst extends (SymbolicMatchAnalysis.this)#Const

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

    Definition Classes
    SymbolicMatchAnalysis
  55. 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 Test extends Serializable

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

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

    Definition Classes
    TreeMakerApproximation
  29. object TypeCond

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

    Definition Classes
    SymbolicMatchAnalysisLogic
  31. object TypeTestTreeMaker extends Serializable

    Definition Classes
    TreeMakers
  32. object ValueConst

    Definition Classes
    SymbolicMatchAnalysis
  33. object Var

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

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

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

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

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

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

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

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

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

    Definition Classes
    CNF
  43. def clone(): AnyRef

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

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

    Definition Classes
    OptimizedCodegenCodegenCore
  46. 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
  47. 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
  48. def combineExtractors(treeMakers: List[(MatchOptimizations.this)#TreeMaker])(casegen: (MatchOptimizations.this)#Casegen): Global.Tree

    Definition Classes
    TreeMakers
  49. val debugInfoEmitVars: Boolean

    Attributes
    protected
    Definition Classes
    TreeMakers
  50. 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
  51. def doDCE(prevBinder: Global.Symbol, cases: List[List[(MatchOptimizations.this)#TreeMaker]], pt: Global.Type): List[List[(MatchOptimizations.this)#TreeMaker]]

    Definition Classes
    DeadCodeElimination
  52. 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
  53. def emitTypeSwitch(bindersAndCases: List[(Global.Symbol, List[(MatchOptimizations.this)#TreeMaker])], pt: Global.Type): Option[List[Global.CaseDef]]

    Definition Classes
    SwitchEmissionTreeMakers
  54. 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
  55. 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
  56. 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
  57. 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
  58. def enumerateSubtypes(tp: Global.Type): Option[List[Global.Type]]

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

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

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

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

    Definition Classes
    SymbolicMatchAnalysis
  63. def finalize(): Unit

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

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

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

    Attributes
    protected
    Definition Classes
    TreeMakers
  67. 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()
  68. def formula(c: (MatchOptimizations.this)#Clause*): (MatchOptimizations.this)#Formula

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

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

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

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

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

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

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

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

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

    Definition Classes
    MatchMonadInterface
  78. def matchMonadSym: Global.ClassSymbol

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

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

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

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

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

    Definition Classes
    AnyRef
  84. def needsTypeTest(tp: Global.Type, pt: Global.Type): Boolean

    Definition Classes
    TreeMakers
  85. def newSynthCaseLabel(name: String): Global.MethodSymbol

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

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

    Definition Classes
    AnyRef
  88. 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
  89. object optimizedCodegen extends CommonCodegen

    Definition Classes
    OptimizedCodegen
  90. def prepareNewAnalysis(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  103. def toString(): String

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  111. 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