Packages

object UIKeYmaeraXPrettyPrinter extends HTMLPrinter

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

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. val HTML_CLOSE: String
    Definition Classes
    HTMLPrinter
  5. val HTML_END_SPAN: String
    Definition Classes
    HTMLPrinter
  6. val HTML_OPEN: String
    Definition Classes
    HTMLPrinter
  7. def apply(topId: String, plainText: Boolean): (Expression) ⇒ String

    UIKeYmaeraXPrettyPrinter(topId) is a UI pretty printer for sequent-formula with identifier topId

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  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. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def htmlElement(tag: String, body: String, clazz: Option[String] = None): String

    Returns the body enclosed in an encoded HTML tag.

    Returns the body enclosed in an encoded HTML tag.

    Definition Classes
    HTMLPrinter
  16. def htmlEncode(html: String): String

    Replaces KeYmaeraX syntax with HTML characters (e.g., < becomes <) and introduces opening/closing tags HTML syntax.

    Replaces KeYmaeraX syntax with HTML characters (e.g., < becomes <) and introduces opening/closing tags HTML syntax.

    Definition Classes
    HTMLPrinter
  17. def htmlEndTag(tag: String): String

    Returns a closing tag with encoded <>.

    Returns a closing tag with encoded <>.

    Definition Classes
    HTMLPrinter
  18. def htmlOpenTag(tag: String, clazz: Option[String] = None): String

    Returns an opening tag with encoded <>.

    Returns an opening tag with encoded <>.

    Definition Classes
    HTMLPrinter
  19. def htmlTagEncode(text: String): String

    Encodes HTML tags <>& etc.

    Encodes HTML tags <>& etc. that may occur in text.

    Definition Classes
    HTMLPrinter
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val rewritings: List[(String, String)]
    Definition Classes
    HTMLPrinter
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. val textTagRewritings: List[(String, String)]
    Definition Classes
    HTMLPrinter
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from HTMLPrinter

Inherited from AnyRef

Inherited from Any

Ungrouped