Packages

class UIKeYmaeraXAxiomPrettyPrinter extends KeYmaeraXWeightedPrettyPrinter with HTMLPrinter

User-interface pretty printer for UI axiom entries.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UIKeYmaeraXAxiomPrettyPrinter
  2. HTMLPrinter
  3. KeYmaeraXWeightedPrettyPrinter
  4. KeYmaeraXPrecedencePrinter
  5. KeYmaeraXSkipPrinter
  6. KeYmaeraXPrinter
  7. BasePrettyPrinter
  8. PrettyPrinter
  9. Function1
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UIKeYmaeraXAxiomPrettyPrinter()

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 andThen[A](g: (String) ⇒ A): (Expression) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  8. def apply(seq: Sequent): String

    Pretty-print sequent to a string

    Pretty-print sequent to a string

    Definition Classes
    UIKeYmaeraXAxiomPrettyPrinterBasePrettyPrinterPrettyPrinter
  9. def apply(expr: Expression): String

    Pretty-print term to a string

    Pretty-print term to a string

    Definition Classes
    UIKeYmaeraXAxiomPrettyPrinterBasePrettyPrinterPrettyPrinter → Function1
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. def compose[A](g: (A) ⇒ Expression): (A) ⇒ String
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  13. def emit(q: PosInExpr, s: String): String

    Emit the string s as a result of the pretty-printer for the expression at position q

    Emit the string s as a result of the pretty-printer for the expression at position q

    Attributes
    protected
    Definition Classes
    KeYmaeraXPrinter
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. val fullPrinter: (Expression) ⇒ String

    The corresponding full-form pretty printer producing full parentheses.

    The corresponding full-form pretty printer producing full parentheses.

    Definition Classes
    UIKeYmaeraXAxiomPrettyPrinterKeYmaeraXPrinterPrettyPrinter
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. 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
  21. 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
  22. def htmlEndTag(tag: String): String

    Returns a closing tag with encoded <>.

    Returns a closing tag with encoded <>.

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

    Returns an opening tag with encoded <>.

    Returns an opening tag with encoded <>.

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

    Encodes HTML tags <>& etc.

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

    Definition Classes
    HTMLPrinter
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. lazy val parser: Parser

    A parser that can read the input that this pretty-printer produces

    A parser that can read the input that this pretty-printer produces

    Definition Classes
    KeYmaeraXPrinterPrettyPrinter
  30. def pp(q: PosInExpr, program: Program): String
    Attributes
    protected
    Definition Classes
    UIKeYmaeraXAxiomPrettyPrinterKeYmaeraXPrinter
  31. def pp(q: PosInExpr, term: Term): String
    Attributes
    protected
    Definition Classes
    UIKeYmaeraXAxiomPrettyPrinterKeYmaeraXPrinter
  32. def pp(q: PosInExpr, fml: Formula): String
    Attributes
    protected
    Definition Classes
    UIKeYmaeraXAxiomPrettyPrinterKeYmaeraXPrinter
  33. def ppODE(q: PosInExpr, program: DifferentialProgram): String
    Attributes
    protected
    Definition Classes
    UIKeYmaeraXAxiomPrettyPrinterKeYmaeraXPrinter
  34. def ppOp(expr: Expression): String

    Pretty-print the operator of a term

    Pretty-print the operator of a term

    Attributes
    protected
    Definition Classes
    KeYmaeraXPrinter
  35. def pwrapLeft(t: BinaryComposite, leftPrint: String): String

    Wrap leftPrint for t.left in program parentheses if they are not implicit.

    Wrap leftPrint for t.left in program parentheses if they are not implicit.

    Attributes
    protected
    Definition Classes
    KeYmaeraXWeightedPrettyPrinterKeYmaeraXSkipPrinterKeYmaeraXPrinter
  36. def pwrapRight(t: BinaryComposite, rightPrint: String): String

    Wrap rightPrint for t.right in program parentheses if they are not implicit.

    Wrap rightPrint for t.right in program parentheses if they are not implicit.

    Attributes
    protected
    Definition Classes
    KeYmaeraXWeightedPrettyPrinterKeYmaeraXSkipPrinterKeYmaeraXPrinter
  37. def reparse(expr: Expression, print: String): Expression

    Reparse the string print as the same kind as expr has

    Reparse the string print as the same kind as expr has

    Attributes
    protected[edu.cmu.cs.ls.keymaerax]
    Definition Classes
    BasePrettyPrinter
  38. val rewritings: List[(String, String)]
    Definition Classes
    HTMLPrinter
  39. def skipParens(t: Modal): Boolean

    Whether parentheses around t.child can be skipped because they are implicit.

    Whether parentheses around t.child can be skipped because they are implicit.

    Attributes
    protected
    Definition Classes
    KeYmaeraXPrecedencePrinterKeYmaeraXSkipPrinter
  40. def skipParens(t: Quantified): Boolean

    Whether parentheses around t.child can be skipped because they are implicit.

    Whether parentheses around t.child can be skipped because they are implicit.

    Attributes
    protected
    Definition Classes
    KeYmaeraXPrecedencePrinterKeYmaeraXSkipPrinter
  41. def skipParens(t: UnaryComposite): Boolean

    Whether parentheses around t.child can be skipped because they are implicit.

    Whether parentheses around t.child can be skipped because they are implicit.

    Attributes
    protected
    Definition Classes
    KeYmaeraXPrecedencePrinterKeYmaeraXSkipPrinter
  42. def skipParensLeft(t: BinaryComposite): Boolean

    Whether parentheses around t.left can be skipped because they are implied.

    Whether parentheses around t.left can be skipped because they are implied.

    Attributes
    protected
    Definition Classes
    KeYmaeraXPrecedencePrinterKeYmaeraXSkipPrinter
    Note

    Based on (seemingly redundant) inequality comparisons since equality incompatible with comparison ==

  43. def skipParensRight(t: BinaryComposite): Boolean

    Whether parentheses around t.right can be skipped because they are implied.

    Whether parentheses around t.right can be skipped because they are implied.

    Attributes
    protected
    Definition Classes
    KeYmaeraXPrecedencePrinterKeYmaeraXSkipPrinter
    Note

    Based on (seemingly redundant) inequality comparisons since equality incompatible with comparison ==

  44. def spaceLeft(t: BinaryComposite, leftPrint: String): String
    Attributes
    protected
    Definition Classes
    UIKeYmaeraXAxiomPrettyPrinterKeYmaeraXWeightedPrettyPrinter
  45. def spaceRight(t: BinaryComposite, rightPrint: String): String
    Attributes
    protected
    Definition Classes
    UIKeYmaeraXAxiomPrettyPrinterKeYmaeraXWeightedPrettyPrinter
  46. def statement(s: String): String

    Formatting the atomic statement s

    Formatting the atomic statement s

    Attributes
    protected
    Definition Classes
    KeYmaeraXPrinter
  47. def stringify(e: Expression): String

    Pretty-print term to a string but without contract checking!

    Pretty-print term to a string but without contract checking!

    Definition Classes
    KeYmaeraXWeightedPrettyPrinterKeYmaeraXPrinterBasePrettyPrinter
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. val textTagRewritings: List[(String, String)]
    Definition Classes
    HTMLPrinter
  50. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  54. def weight(sub: Expression, par: BinaryComposite): Int
    Attributes
    protected
    Definition Classes
    UIKeYmaeraXAxiomPrettyPrinterKeYmaeraXWeightedPrettyPrinter
  55. def wrap(text: String, expr: Expression): String

    Pretty-print enclosing parentheses, braces, brackets etc.

    Pretty-print enclosing parentheses, braces, brackets etc.

    Attributes
    protected
    Definition Classes
    KeYmaeraXPrinter
  56. def wrapChild(t: Modal, childPrint: String): String

    Wrap childPrint for t.child in parentheses if they are not implicit.

    Wrap childPrint for t.child in parentheses if they are not implicit.

    Attributes
    protected
    Definition Classes
    KeYmaeraXWeightedPrettyPrinterKeYmaeraXSkipPrinterKeYmaeraXPrinter
  57. def wrapChild(t: Quantified, childPrint: String): String

    Wrap childPrint for t.child in parentheses if they are not implicit.

    Wrap childPrint for t.child in parentheses if they are not implicit.

    Attributes
    protected
    Definition Classes
    KeYmaeraXSkipPrinterKeYmaeraXPrinter
  58. def wrapChild(t: UnaryComposite, childPrint: String): String

    Wrap childPrint for t.child in parentheses if they are not implicit.

    Wrap childPrint for t.child in parentheses if they are not implicit.

    Attributes
    protected
    Definition Classes
    KeYmaeraXSkipPrinterKeYmaeraXPrinter
  59. def wrapLeft(t: BinaryComposite, leftPrint: String): String

    Wrap leftPrint for t.left in parentheses if they are not implicit.

    Wrap leftPrint for t.left in parentheses if they are not implicit.

    Attributes
    protected
    Definition Classes
    KeYmaeraXWeightedPrettyPrinterKeYmaeraXSkipPrinterKeYmaeraXPrinter
  60. def wrapRight(t: BinaryComposite, rightPrint: String): String

    Wrap rightPrint for t.right in parentheses if they are not implicit.

    Wrap rightPrint for t.right in parentheses if they are not implicit.

    Attributes
    protected
    Definition Classes
    KeYmaeraXWeightedPrettyPrinterKeYmaeraXSkipPrinterKeYmaeraXPrinter

Inherited from HTMLPrinter

Inherited from KeYmaeraXSkipPrinter

Inherited from KeYmaeraXPrinter

Inherited from BasePrettyPrinter

Inherited from PrettyPrinter

Inherited from (Expression) ⇒ String

Inherited from AnyRef

Inherited from Any

Ungrouped