Packages

class BelleREPL extends AnyRef

Created by bbohrer on 12/19/16.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BelleREPL
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BelleREPL(concl: Formula, initTactic: Option[String], initScala: Option[String], defaultKytOutput: Option[String], defaultScalaOutput: Option[String])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def acquireOutputFile: (String, Option[String])
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. val concl: Formula
  8. val defaultKytOutput: Option[String]
  9. val defaultScalaOutput: Option[String]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def fullScala: String
  14. def fullTactic: String
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. var hist: List[(Provable, String)]
  18. def ignore[A](a: Any, b: A): A
  19. val initProvable: Provable
  20. val initScala: Option[String]
  21. val initTactic: Option[String]
  22. def interp(cmd: Command): Boolean
  23. def interpret(e: BelleExpr, pr: Provable): ProvableSig
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def printState(pr: Provable): Unit
  29. def printSteps(msg: String, steps: List[(Provable, String)], verbose: Boolean): Unit
  30. def rewindby(n: Int): Boolean
  31. def run(): Unit
  32. def saveIfDone(pr: Provable): Boolean
  33. def saveTo(kytFilename: String, scalaFilename: Option[String]): Unit
  34. var scalaState: String
  35. var state: Provable
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped