org.kiama.example.oberon0.base.source

PrettyPrinter

trait PrettyPrinter extends SourcePrettyPrinter

Self Type
PrettyPrinter with output.PrettyPrinter
Source
PrettyPrinter.scala
Linear Supertypes
SourcePrettyPrinter, ParenPrettyPrinter, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PrettyPrinter
  2. SourcePrettyPrinter
  3. ParenPrettyPrinter
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def blockToDoc(b: Block, beginend: Boolean = false): (PrettyPrinter.this)#Doc

    Pretty-print a block, omitting the BEGIN if there are no statements.

    Pretty-print a block, omitting the BEGIN if there are no statements. No declarations can be present at this level. Second parameter says whether the BEGIN-END should be included if there are no declarations.

  6. def bracket(inner: PrettyOperatorExpression, outer: PrettyOperatorExpression, side: Side): (PrettyPrinter.this)#Doc

    Definition Classes
    ParenPrettyPrinter
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def declsection(d: Declaration): String

  9. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  16. def noparens(inner: PrettyOperatorExpression, outer: PrettyOperatorExpression, side: Side): Boolean

    Definition Classes
    ParenPrettyPrinter
  17. final def notify(): Unit

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

    Definition Classes
    AnyRef
  19. def semisep(l: Seq[SourceASTNode], sep: (PrettyPrinter.this)#Doc = semi): (PrettyPrinter.this)#Doc

    Pretty-print a nested list of nodes separated by sep (default: semi colon) and line breaks.

  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  21. def toDoc(n: SourceASTNode): (PrettyPrinter.this)#Doc

    Definition Classes
    PrettyPrinterSourcePrettyPrinter
  22. def toParenDoc(e: PrettyExpression): (PrettyPrinter.this)#Doc

    Definition Classes
    ParenPrettyPrinter
  23. def toString(): String

    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SourcePrettyPrinter

Inherited from ParenPrettyPrinter

Inherited from AnyRef

Inherited from Any

Ungrouped