scala.tools.nsc.typechecker.PatternMatching

CNF

trait CNF extends Logic

Source
PatternMatching.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CNF
  2. Logic
  3. Prettification
  4. AnyRef
  5. 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 AbsVar extends AnyRef

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

    Definition Classes
    Logic
  3. type Clause = Set[Lit]

  4. abstract type Const

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

    Definition Classes
    Logic
  6. type Formula = Array[Clause]

    Definition Classes
    CNFLogic
  7. abstract type Lit

  8. type Model = Map[Sym, Boolean]

    Definition Classes
    Logic
  9. case class Not(a: Prop) extends Prop with Product with Serializable

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

    Definition Classes
    Logic
  11. class Prop extends AnyRef

    Definition Classes
    Logic
  12. trait PropMap extends AnyRef

    Definition Classes
    Logic
  13. trait PropTraverser extends AnyRef

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

    Definition Classes
    Logic
  15. abstract type TypeConst <: Const

    Definition Classes
    Logic
  16. trait TypeConstExtractor extends AnyRef

    Definition Classes
    Logic
  17. abstract type Var <: AbsVar

    Definition Classes
    Logic

Abstract Value Members

  1. abstract val EmptyModel: Model

    Definition Classes
    Logic
  2. abstract def Lit(sym: Sym, pos: Boolean = true): Lit

  3. abstract val NoModel: Model

    Definition Classes
    Logic
  4. abstract def NullConst: Const

    Definition Classes
    Logic
  5. abstract def TypeConst: TypeConstExtractor

    Definition Classes
    Logic
  6. abstract def cnfString(f: Formula): String

    Definition Classes
    Logic
  7. abstract def findAllModelsFor(f: Formula): List[Model]

    Definition Classes
    Logic
  8. abstract def findModelFor(f: Formula): Model

    Definition Classes
    Logic

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 CNF to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (CNF, B)

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

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

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

    Definition Classes
    Any
  9. object False extends Prop with Product with Serializable

    Definition Classes
    Logic
  10. object True extends Prop with Product with Serializable

    Definition Classes
    Logic
  11. def \/(props: Iterable[Prop]): Prop

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

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

    Definition Classes
    Prettification
  14. def andFormula(a: Formula, b: Formula): Formula

    Definition Classes
    CNFLogic
  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def clause(l: Lit*): Clause

  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. def ensuring(cond: (CNF) ⇒ Boolean, msg: ⇒ Any): CNF

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

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

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

    Implicit information
    This member is added by an implicit conversion from CNF to Ensuring[CNF] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def eqFreePropToSolvable(p: Prop): Formula

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

    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  26. def formatted(fmtstr: String): String

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

  28. def gatherVariables(p: Prop): Set[Var]

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

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

    Definition Classes
    AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. final def notify(): Unit

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

    Definition Classes
    AnyRef
  35. def propToSolvable(p: Prop): Formula

    Definition Classes
    Logic
  36. def removeVarEq(props: List[Prop], modelNull: Boolean = false): (Prop, List[Prop])

    Definition Classes
    Logic
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toString(): String

    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

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

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

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

    Implicit information
    This member is added by an implicit conversion from CNF to ArrowAssoc[CNF] 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 CNF 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:
    (cNF: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from CNF 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:
    (cNF: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: CNF

    Implicit information
    This member is added by an implicit conversion from CNF to ArrowAssoc[CNF] 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:
    (cNF: ArrowAssoc[CNF]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: CNF

    Implicit information
    This member is added by an implicit conversion from CNF to Ensuring[CNF] 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:
    (cNF: Ensuring[CNF]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Logic

Inherited from Prettification

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from CNF to StringAdd

Inherited by implicit conversion any2stringfmt from CNF to StringFormat

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

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

Ungrouped