class FakeIncrementalSession extends IncrementalProvingSession
Ordering
- Alphabetic
- By Inheritance
Inherited
- FakeIncrementalSession
- IncrementalProvingSession
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new FakeIncrementalSession()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
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
-
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()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
assert(formula: HOLFormula): Unit
Adds an assertion.
Adds an assertion.
- Definition Classes
- FakeIncrementalSession → IncrementalProvingSession
- var assertedFormulas: Set[HOLFormula]
-
def
checkSat(): Boolean
Checks whether the currently asserted formulas are satisfiable.
Checks whether the currently asserted formulas are satisfiable.
- Definition Classes
- FakeIncrementalSession → IncrementalProvingSession
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
close(): Unit
Closes the process.
Closes the process.
- Definition Classes
- FakeIncrementalSession → IncrementalProvingSession
-
def
declareSymbolsIn(expressions: TraversableOnce[LambdaExpression]): Unit
Declares function symbols and base types from expressions.
Declares function symbols and base types from expressions.
- Definition Classes
- FakeIncrementalSession → IncrementalProvingSession
-
def
declareSymbolsIn(expressions: LambdaExpression*): Unit
Declares function symbols and base types from expressions.
Declares function symbols and base types from expressions.
- Definition Classes
- IncrementalProvingSession
-
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
-
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
-
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flatMap[A](f: (FakeIncrementalSession.this.type) ⇒ A): A
- Definition Classes
- IncrementalProvingSession
-
def
foreach(f: (FakeIncrementalSession.this.type) ⇒ Unit): Unit
- Definition Classes
- IncrementalProvingSession
-
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()
- val formulaStack: Stack[Set[HOLFormula]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
map[A](f: (FakeIncrementalSession.this.type) ⇒ A): A
- Definition Classes
- IncrementalProvingSession
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
pop(): Unit
Undos the commands since the corresponding push().
Undos the commands since the corresponding push().
- Definition Classes
- FakeIncrementalSession → IncrementalProvingSession
-
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
- FakeIncrementalSession → IncrementalProvingSession
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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
-
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