Packages

c

isabelle.Prover

Protocol_Output

class Protocol_Output extends Output

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Protocol_Output
  2. Output
  3. Message
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Protocol_Output(props: T, bytes: Bytes)

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 body: Body
    Definition Classes
    Output
  6. val bytes: Bytes
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def is_exit: Boolean
    Definition Classes
    Output
  15. def is_init: Boolean
    Definition Classes
    Output
  16. def is_report: Boolean
    Definition Classes
    Output
  17. def is_status: Boolean
    Definition Classes
    Output
  18. def is_stderr: Boolean
    Definition Classes
    Output
  19. def is_stdout: Boolean
    Definition Classes
    Output
  20. def is_syslog: Boolean
    Definition Classes
    Output
  21. def is_system: Boolean
    Definition Classes
    Output
  22. def kind: String
    Definition Classes
    Output
  23. val message: Elem
    Definition Classes
    Output
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def properties: T
    Definition Classes
    Output
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. lazy val text: String
  30. def toString(): String
    Definition Classes
    Output → AnyRef → Any
  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 Output

Inherited from Message

Inherited from AnyRef

Inherited from Any

Ungrouped