Packages

c

at.logic.gapt.provers.OneShotProver

FakeIncrementalSession

class FakeIncrementalSession extends IncrementalProvingSession

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FakeIncrementalSession
  2. IncrementalProvingSession
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FakeIncrementalSession()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from (OneShotProver.this)#FakeIncrementalSession to any2stringadd[(OneShotProver.this)#FakeIncrementalSession] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): ((OneShotProver.this)#FakeIncrementalSession, B)
    Implicit
    This member is added by an implicit conversion from (OneShotProver.this)#FakeIncrementalSession to ArrowAssoc[(OneShotProver.this)#FakeIncrementalSession] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def assert(formula: HOLFormula): Unit

    Adds an assertion.

    Adds an assertion.

    Definition Classes
    FakeIncrementalSessionIncrementalProvingSession
  8. var assertedFormulas: Set[HOLFormula]
  9. def checkSat(): Boolean

    Checks whether the currently asserted formulas are satisfiable.

    Checks whether the currently asserted formulas are satisfiable.

    Definition Classes
    FakeIncrementalSessionIncrementalProvingSession
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def close(): Unit

    Closes the process.

    Closes the process.

    Definition Classes
    FakeIncrementalSessionIncrementalProvingSession
  12. def declareSymbolsIn(expressions: TraversableOnce[LambdaExpression]): Unit

    Declares function symbols and base types from expressions.

    Declares function symbols and base types from expressions.

    Definition Classes
    FakeIncrementalSessionIncrementalProvingSession
  13. def declareSymbolsIn(expressions: LambdaExpression*): Unit

    Declares function symbols and base types from expressions.

    Declares function symbols and base types from expressions.

    Definition Classes
    IncrementalProvingSession
  14. def ensuring(cond: ((OneShotProver.this)#FakeIncrementalSession) ⇒ Boolean, msg: ⇒ Any): (OneShotProver.this)#FakeIncrementalSession
    Implicit
    This member is added by an implicit conversion from (OneShotProver.this)#FakeIncrementalSession to Ensuring[(OneShotProver.this)#FakeIncrementalSession] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: ((OneShotProver.this)#FakeIncrementalSession) ⇒ Boolean): (OneShotProver.this)#FakeIncrementalSession
    Implicit
    This member is added by an implicit conversion from (OneShotProver.this)#FakeIncrementalSession to Ensuring[(OneShotProver.this)#FakeIncrementalSession] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): (OneShotProver.this)#FakeIncrementalSession
    Implicit
    This member is added by an implicit conversion from (OneShotProver.this)#FakeIncrementalSession to Ensuring[(OneShotProver.this)#FakeIncrementalSession] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): (OneShotProver.this)#FakeIncrementalSession
    Implicit
    This member is added by an implicit conversion from (OneShotProver.this)#FakeIncrementalSession to Ensuring[(OneShotProver.this)#FakeIncrementalSession] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def flatMap[A](f: (FakeIncrementalSession.this.type) ⇒ A): A
    Definition Classes
    IncrementalProvingSession
  22. def foreach(f: (FakeIncrementalSession.this.type) ⇒ Unit): Unit
    Definition Classes
    IncrementalProvingSession
  23. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from (OneShotProver.this)#FakeIncrementalSession to StringFormat[(OneShotProver.this)#FakeIncrementalSession] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. val formulaStack: Stack[Set[HOLFormula]]
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def map[A](f: (FakeIncrementalSession.this.type) ⇒ A): A
    Definition Classes
    IncrementalProvingSession
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  32. def pop(): Unit

    Undos the commands since the corresponding push().

    Undos the commands since the corresponding push().

    Definition Classes
    FakeIncrementalSessionIncrementalProvingSession
  33. def push(): Unit

    Starts a new scope.

    Starts a new scope. All commands that are issued will be reverted after the corresponding call to pop().

    Definition Classes
    FakeIncrementalSessionIncrementalProvingSession
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def withScope[A](f: ⇒ A): A

    Run f in its own scope, i.e.

    Run f in its own scope, i.e. push(); f; pop()

    Definition Classes
    IncrementalProvingSession
  40. def [B](y: B): ((OneShotProver.this)#FakeIncrementalSession, B)
    Implicit
    This member is added by an implicit conversion from (OneShotProver.this)#FakeIncrementalSession to ArrowAssoc[(OneShotProver.this)#FakeIncrementalSession] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from IncrementalProvingSession

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from (OneShotProver.this)#FakeIncrementalSession to any2stringadd[(OneShotProver.this)#FakeIncrementalSession]

Inherited by implicit conversion StringFormat from (OneShotProver.this)#FakeIncrementalSession to StringFormat[(OneShotProver.this)#FakeIncrementalSession]

Inherited by implicit conversion Ensuring from (OneShotProver.this)#FakeIncrementalSession to Ensuring[(OneShotProver.this)#FakeIncrementalSession]

Inherited by implicit conversion ArrowAssoc from (OneShotProver.this)#FakeIncrementalSession to ArrowAssoc[(OneShotProver.this)#FakeIncrementalSession]

Ungrouped