Packages

o

isabelle

Pretty

object Pretty

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

Type Members

  1. abstract class Metric extends AnyRef

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 Separator: Body
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def block(body: Body): XML.Tree
  7. def block(indent: Int, body: Body): XML.Tree
  8. def block(consistent: Boolean, indent: Int, body: Body): XML.Tree
  9. def brk(width: Int, indent: Int = 0): XML.Tree
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. val default_breakgain: Double
  12. val default_margin: Double
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def fbreaks(ts: List[XML.Tree]): Body
  16. val fbrk: XML.Tree
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formatted(input: Body, margin: Double = default_margin, breakgain: Double = default_breakgain, metric: Metric = Default_Metric): Body
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def separate(ts: List[XML.Tree]): Body
  26. val space: Body
  27. def spaces(n: Int): Body
  28. def string_of(input: Body, margin: Double = default_margin, breakgain: Double = default_breakgain, metric: Metric = Default_Metric): String
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    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( ... )
  34. object Default_Metric extends Metric

Inherited from AnyRef

Inherited from Any

Ungrouped