object
SimpleAPI
Type Members
-
-
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
COMMON_PART_NR: Int
-
-
-
object
ProverStatus extends Enumeration
-
-
def
apply(enableAssert: Boolean = false, sanitiseNames: Boolean = true, dumpSMT: Boolean = false, smtDumpBasename: String = SMTDumpBasename, dumpScala: Boolean = false, scalaDumpBasename: String = ScalaDumpBasename, dumpDirectory: File = null, tightFunctionScopes: Boolean = true, genTotalityAxioms: Boolean = false, randomSeed: Option[Int] = Some(1234567), logging: Set[LOG_FLAG] = Set()): SimpleAPI
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
-
-
def
spawnNoSanitise: SimpleAPI
-
def
spawnWithAssertions: SimpleAPI
-
def
spawnWithAssertionsLogNoSanitise(basename: String, directory: File): SimpleAPI
-
def
spawnWithAssertionsNoSanitise: SimpleAPI
-
def
spawnWithLog(basename: String, directory: File): SimpleAPI
-
def
spawnWithLog(basename: String): SimpleAPI
-
-
def
spawnWithLogNoSanitise(basename: String, directory: File): SimpleAPI
-
def
spawnWithScalaLog: SimpleAPI
-
def
spawnWithScalaLogNoSanitise(basename: String): SimpleAPI
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
val
version: String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
withProver[A](enableAssert: Boolean = false, sanitiseNames: Boolean = true, dumpSMT: Boolean = false, smtDumpBasename: String = SMTDumpBasename, dumpScala: Boolean = false, scalaDumpBasename: String = ScalaDumpBasename, dumpDirectory: File = null, tightFunctionScopes: Boolean = true, genTotalityAxioms: Boolean = false, randomSeed: Option[Int] = Some(1234567), logging: Set[LOG_FLAG] = Set())(f: (SimpleAPI) ⇒ A): A
-
def
withProver[A](f: (SimpleAPI) ⇒ A): A
Deprecated Value Members
-
def
finalize(): Unit
Inherited from AnyRef
Inherited from Any