Packages

class Prover extends Protocol

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Prover
  2. Protocol
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Prover(receiver: Receiver, xml_cache: Cache, channel: System_Channel, process: Process)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def cancel_exec(id: Exec): Unit
    Definition Classes
    Protocol
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def consolidate_execution(): Unit
    Definition Classes
    Protocol
  8. def define_blob(digest: Digest, bytes: Bytes): Unit
    Definition Classes
    Protocol
  9. def define_command(command: Command): Unit
    Definition Classes
    Protocol
  10. def dialog_result(serial: Long, result: String): Unit
    Definition Classes
    Protocol
  11. def discontinue_execution(): Unit
    Definition Classes
    Protocol
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def join(): Unit
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def options(opts: Options): Unit
    Definition Classes
    Protocol
  23. def protocol_command(name: String, args: String*): Unit
    Definition Classes
    ProverProtocol
  24. def protocol_command_bytes(name: String, args: Bytes*): Unit

    protocol commands *

    protocol commands *

    Definition Classes
    ProverProtocol
  25. def remove_versions(versions: List[Version]): Unit
    Definition Classes
    Protocol
  26. def session_base(resources: Resources): Unit
    Definition Classes
    Protocol
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def terminate(): Unit
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def update(old_id: Version, new_id: Version, edits: List[Edit_Command]): Unit
    Definition Classes
    Protocol
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Protocol

Inherited from AnyRef

Inherited from Any

Ungrouped