Class

rsc.rules.pretty

SemanticdbPrinter

Related Doc: package pretty

Permalink

class SemanticdbPrinter extends Printer

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

Instance Constructors

  1. new SemanticdbPrinter(env: Env, index: DocumentIndex)

    Permalink

Type Members

  1. case class Prefix extends Wrap with Product with Serializable

    Permalink
    Definition Classes
    Printer
  2. case class Suffix extends Wrap with Product with Serializable

    Permalink
    Definition Classes
    Printer
  3. trait Wrap extends AnyRef

    Permalink
    Definition Classes
    Printer

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. def header(value: String): Unit

    Permalink
    Definition Classes
    Printer
  12. def ignoringIndent[T](fn: ⇒ T): T

    Permalink
    Definition Classes
    Printer
  13. def indent(n: Int): Unit

    Permalink
    Definition Classes
    Printer
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def newline(): Unit

    Permalink
    Definition Classes
    Printer
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def opt(s: String)(f: (String) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Printer
  20. def opt(s: String, suf: String)(f: (String) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Printer
  21. def opt(pre: String, s: String, suf: String)(f: (String) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Printer
  22. def opt[T](xs: Type)(f: (Type) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Printer
  23. def opt[T](xs: Type, suf: String)(f: (Type) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Printer
  24. def opt[T](pre: String, xs: Type)(f: (Type) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Printer
  25. def opt[T](pre: String, xs: Type, suf: String)(f: (Type) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Printer
  26. def opt[T](xs: Option[T])(f: (T) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Printer
  27. def opt[T](xs: Option[T], suf: String)(f: (T) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Printer
  28. def opt[T](pre: String, xs: Option[T])(f: (T) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Printer
  29. def opt[T](pre: String, xs: Option[T], suf: String)(f: (T) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Printer
  30. def pprint(tpe: Type): Unit

    Permalink
  31. def pprint(tree: Tree): Unit

    Permalink
  32. def rep[T](xs: Iterable[T], sep: String)(f: (T) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Printer
  33. def rep[T](xs: Iterable[T], sep: String, suf: String)(f: (T) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Printer
  34. def rep[T](pre: String, xs: Iterable[T], sep: String)(f: (T) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Printer
  35. def rep[T](pre: String, xs: Iterable[T], sep: String, suf: String)(f: (T) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Printer
  36. def repl(x: Pretty): Unit

    Permalink
    Definition Classes
    Printer
  37. def repl[T](x: T)(implicit arg0: Repl[T]): Unit

    Permalink
    Definition Classes
    Printer
  38. def str(x: String): Unit

    Permalink
    Definition Classes
    Printer
  39. def str(x: Pretty): Unit

    Permalink
    Definition Classes
    Printer
  40. def str[T](x: T)(implicit arg0: Str[T]): Unit

    Permalink
    Definition Classes
    Printer
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

    Permalink
    Definition Classes
    Printer → AnyRef → Any
  43. def unindent(n: Int): Unit

    Permalink
    Definition Classes
    Printer
  44. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Printer

Inherited from AnyRef

Inherited from Any

Ungrouped