Packages

o

edu.cmu.cs.ls.keymaerax.core

PrettyPrinter

object PrettyPrinter extends (Expression) ⇒ String

A pretty printer for differential dynamic logic is an injective function from Expressions to Strings. This object manages the default pretty printer that KeYmaera X uses in Expression.prettyString.

See also

edu.cmu.cs.ls.keymaerax.parser.PrettyPrinter

Expression.prettyString

Linear Supertypes
(Expression) ⇒ String, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrettyPrinter
  2. Function1
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type PrettyPrinter = (Expression) ⇒ String

    A pretty printer for differential dynamic logic is a deterministic, injective function from Expressions to Strings.

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

    Pretty-print the given expression using printer()

    Pretty-print the given expression using printer()

    Definition Classes
    PrettyPrinter → Function1
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def compose[A](g: (A) ⇒ Expression): (A) ⇒ String
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): scala.Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def printer: PrettyPrinter

    The pretty printer that is presently used per default by all Expression subtypes.

    The pretty printer that is presently used per default by all Expression subtypes.

    See also

    Expression.prettyString

  19. def setPrinter(printer: PrettyPrinter): scala.Unit

    Set a new pretty printer to be used by all Expression types from now on.

    Set a new pretty printer to be used by all Expression types from now on.

    printer

    the (deterministic, injective) pretty-printer to use in KeYmaera X from now on.

  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  22. final def wait(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from (Expression) ⇒ String

Inherited from AnyRef

Inherited from Any

Ungrouped