org.kiama.example.oberon0.base

TranslatingDriver

trait TranslatingDriver extends TransformingDriver

A driver for an artefact that parses, pretty prints, performs semantic analysis, transforms and translates.

Self Type
TranslatingDriver with RegexParsers with SourcePrettyPrinter with SymbolTable with Analyser with Transformer with Translator with CPrettyPrinter
Linear Supertypes
TransformingDriver, Driver, PrettyPrinter, PrettyPrinterBase, Compiler[ModuleDecl], RegexCompiler[ModuleDecl], RegexParsers, Parsers, CompilerBase[ModuleDecl], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TranslatingDriver
  2. TransformingDriver
  3. Driver
  4. PrettyPrinter
  5. PrettyPrinterBase
  6. Compiler
  7. RegexCompiler
  8. RegexParsers
  9. Parsers
  10. CompilerBase
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Doc extends ((output.PrettyPrinter.Indent, output.PrettyPrinter.Width)) ⇒ ((Int, Queue[(Int, (Boolean) ⇒ ((Int) ⇒ output.PrettyPrinter.Layout) ⇒ (Int) ⇒ output.PrettyPrinter.Layout)]) ⇒ (Int) ⇒ output.PrettyPrinter.Layout) ⇒ (Int, Queue[(Int, (Boolean) ⇒ ((Int) ⇒ output.PrettyPrinter.Layout) ⇒ (Int) ⇒ output.PrettyPrinter.Layout)]) ⇒ (Int) ⇒ output.PrettyPrinter.Layout with output.PrettyPrinter.DocOps

    Definition Classes
    PrettyPrinter → PrettyPrinterBase
  2. trait DocOps extends AnyRef

    Definition Classes
    PrettyPrinterBase
  3. type Elem = Char

    Definition Classes
    RegexParsers → Parsers
  4. case class Error extends NoSuccess with Product with Serializable

    Definition Classes
    Parsers
  5. case class Failure extends NoSuccess with Product with Serializable

    Definition Classes
    Parsers
  6. type Indent = Int

    Definition Classes
    PrettyPrinterBase
  7. type Input = Reader[(TranslatingDriver.this)#Elem]

    Definition Classes
    Parsers
  8. type Layout = String

    Definition Classes
    PrettyPrinterBase
  9. sealed abstract class NoSuccess extends ParseResult[Nothing]

    Definition Classes
    Parsers
  10. trait OnceParser[+T] extends Parser[T]

    Definition Classes
    Parsers
  11. sealed abstract class ParseResult[+T] extends AnyRef

    Definition Classes
    Parsers
  12. abstract class Parser[+T] extends (Input) ⇒ ParseResult[T]

    Definition Classes
    Parsers
  13. trait PrettyPrintable extends AnyRef

    Definition Classes
    PrettyPrinterBase
  14. case class Success[+T] extends ParseResult[T] with Product with Serializable

    Definition Classes
    Parsers
  15. type Width = Int

    Definition Classes
    PrettyPrinterBase
  16. case class ~[+a, +b] extends Product with Serializable

    Definition Classes
    Parsers

Abstract Value Members

  1. abstract def artefact: String

    The name of this artefact.

    The name of this artefact.

    Definition Classes
    Driver
  2. abstract def parser: (TranslatingDriver.this)#Parser[ModuleDecl]

    Definition Classes
    RegexCompiler

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def OnceParser[T](f: ((TranslatingDriver.this)#Input) ⇒ (TranslatingDriver.this)#ParseResult[T]): (TranslatingDriver.this)#Parser[T] with (TranslatingDriver.this)#OnceParser[T]

    Definition Classes
    Parsers
  7. def Parser[T](f: ((TranslatingDriver.this)#Input) ⇒ (TranslatingDriver.this)#ParseResult[T]): (TranslatingDriver.this)#Parser[T]

    Definition Classes
    Parsers
  8. def accept[U](expected: String, f: PartialFunction[(TranslatingDriver.this)#Elem, U]): (TranslatingDriver.this)#Parser[U]

    Definition Classes
    Parsers
  9. def accept[ES](es: ES)(implicit arg0: (ES) ⇒ List[(TranslatingDriver.this)#Elem]): (TranslatingDriver.this)#Parser[List[(TranslatingDriver.this)#Elem]]

    Definition Classes
    Parsers
  10. implicit def accept(e: (TranslatingDriver.this)#Elem): (TranslatingDriver.this)#Parser[(TranslatingDriver.this)#Elem]

    Definition Classes
    Parsers
  11. def acceptIf(p: ((TranslatingDriver.this)#Elem) ⇒ Boolean)(err: ((TranslatingDriver.this)#Elem) ⇒ String): (TranslatingDriver.this)#Parser[(TranslatingDriver.this)#Elem]

    Definition Classes
    Parsers
  12. def acceptMatch[U](expected: String, f: PartialFunction[(TranslatingDriver.this)#Elem, U]): (TranslatingDriver.this)#Parser[U]

    Definition Classes
    Parsers
  13. def acceptSeq[ES](es: ES)(implicit arg0: (ES) ⇒ Iterable[(TranslatingDriver.this)#Elem]): (TranslatingDriver.this)#Parser[List[(TranslatingDriver.this)#Elem]]

    Definition Classes
    Parsers
  14. def ampersand: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  15. def angles(d: (TranslatingDriver.this)#Doc): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  16. def any(a: Any): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  17. implicit def anyToPrettyPrintable(a: Any): (TranslatingDriver.this)#PrettyPrintable

    Definition Classes
    PrettyPrinterBase
  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def asterisk: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  20. def atsign: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  21. def backquote: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  22. def backslash: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  23. def braces(d: (TranslatingDriver.this)#Doc): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  24. def brackets(d: (TranslatingDriver.this)#Doc): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  25. def caret: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  26. def cat(ds: Seq[(TranslatingDriver.this)#Doc]): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  27. def chainl1[T, U](first: ⇒ (TranslatingDriver.this)#Parser[T], p: ⇒ (TranslatingDriver.this)#Parser[U], q: ⇒ (TranslatingDriver.this)#Parser[(T, U) ⇒ T]): (TranslatingDriver.this)#Parser[T]

    Definition Classes
    Parsers
  28. def chainl1[T](p: ⇒ (TranslatingDriver.this)#Parser[T], q: ⇒ (TranslatingDriver.this)#Parser[(T, T) ⇒ T]): (TranslatingDriver.this)#Parser[T]

    Definition Classes
    Parsers
  29. def chainr1[T, U](p: ⇒ (TranslatingDriver.this)#Parser[T], q: ⇒ (TranslatingDriver.this)#Parser[(T, U) ⇒ U], combine: (T, U) ⇒ U, first: U): (TranslatingDriver.this)#Parser[U]

    Definition Classes
    Parsers
  30. var challengeFlag: Boolean

    Definition Classes
    Driver
  31. val challengeFlagDefault: Boolean

    Definition Classes
    Driver
  32. implicit def char(c: Char): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  33. def checkargs(args: Array[String], emitter: Emitter): Array[String]

    Process the command-line arguments and return an array of the input file names if processing should continue, None otherwise.

    Process the command-line arguments and return an array of the input file names if processing should continue, None otherwise.

    Definition Classes
    Driver → CompilerBase
  34. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  35. def colon: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  36. def comma: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  37. def commit[T](p: ⇒ (TranslatingDriver.this)#Parser[T]): (TranslatingDriver.this)#Parser[T]

    Definition Classes
    Parsers
  38. def compile(args: Array[String], console: Console): String

    Definition Classes
    CompilerBase
  39. def consumeast(ast: ModuleDecl, console: Console, emitter: Emitter): Unit

    Consume the AST by translating it to C.

    Consume the AST by translating it to C.

    Definition Classes
    TranslatingDriverDriver
  40. val defaultIndent: Int

    Definition Classes
    PrettyPrinterBase
  41. val defaultWidth: Int

    Definition Classes
    PrettyPrinterBase
  42. def dollar: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  43. def dot: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  44. def dquote: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  45. def dquotes(d: (TranslatingDriver.this)#Doc): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  46. def driver(args: Array[String], console: Console, emitter: Emitter): Unit

    Custom driver for section tagging and challenge mode for errors.

    Custom driver for section tagging and challenge mode for errors. If a parse error occurs: in challenge mode, just send "parse failed" to standard output, otherwise send the message to the errors file.

    Definition Classes
    Driver → CompilerBase
  47. def elem(e: (TranslatingDriver.this)#Elem): (TranslatingDriver.this)#Parser[(TranslatingDriver.this)#Elem]

    Definition Classes
    Parsers
  48. def elem(kind: String, p: ((TranslatingDriver.this)#Elem) ⇒ Boolean): (TranslatingDriver.this)#Parser[(TranslatingDriver.this)#Elem]

    Definition Classes
    Parsers
  49. def empty: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinter → PrettyPrinterBase
  50. def enclose(l: (TranslatingDriver.this)#Doc, d: (TranslatingDriver.this)#Doc, r: (TranslatingDriver.this)#Doc): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  51. def encoding: String

    Definition Classes
    CompilerBase
  52. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  53. def equal: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  54. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  55. def err(msg: String): (TranslatingDriver.this)#Parser[Nothing]

    Definition Classes
    Parsers
  56. def exclamation: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  57. def failure(msg: String): (TranslatingDriver.this)#Parser[Nothing]

    Definition Classes
    Parsers
  58. def fillcat(ds: Seq[(TranslatingDriver.this)#Doc]): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  59. def fillsep(ds: Seq[(TranslatingDriver.this)#Doc], sep: (TranslatingDriver.this)#Doc): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  60. def fillsep(ds: Seq[(TranslatingDriver.this)#Doc]): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  61. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  62. def forwslash: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  63. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  64. def group(d: (TranslatingDriver.this)#Doc): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinter → PrettyPrinterBase
  65. def guard[T](p: ⇒ (TranslatingDriver.this)#Parser[T]): (TranslatingDriver.this)#Parser[T]

    Definition Classes
    Parsers
  66. def handleWhiteSpace(source: CharSequence, offset: Int): Int

    Attributes
    protected
    Definition Classes
    RegexParsers
  67. def hash: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  68. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  69. def hcat(ds: Seq[(TranslatingDriver.this)#Doc]): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  70. var helpFlag: Boolean

    Definition Classes
    Driver
  71. val helpFlagDefault: Boolean

    Definition Classes
    Driver
  72. def hsep(ds: Seq[(TranslatingDriver.this)#Doc], sep: (TranslatingDriver.this)#Doc): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  73. def hsep(ds: Seq[(TranslatingDriver.this)#Doc]): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  74. def initialiseSemanticAnalysis: Unit

    Perform initialisation of semantic analysis that is necessary before processing an AST.

    Perform initialisation of semantic analysis that is necessary before processing an AST.

    Definition Classes
    Driver
  75. var input: Option[String]

    Definition Classes
    Driver
  76. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  77. def langle: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  78. def lbrace: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  79. def lbracket: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  80. def line: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinter → PrettyPrinterBase
  81. def linebreak: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinter → PrettyPrinterBase
  82. def list[T](l: List[T], prefix: String, elemToDoc: (T) ⇒ (TranslatingDriver.this)#Doc, sep: (TranslatingDriver.this)#Doc, sepfn: (Seq[(TranslatingDriver.this)#Doc], (TranslatingDriver.this)#Doc) ⇒ (TranslatingDriver.this)#Doc): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  83. implicit def literal(s: String): (TranslatingDriver.this)#Parser[String]

    Definition Classes
    RegexParsers
  84. def log[T](p: ⇒ (TranslatingDriver.this)#Parser[T])(name: String): (TranslatingDriver.this)#Parser[T]

    Definition Classes
    Parsers
  85. def lparen: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  86. def lsep(ds: Seq[(TranslatingDriver.this)#Doc], sep: (TranslatingDriver.this)#Doc): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  87. def lsep2(ds: Seq[(TranslatingDriver.this)#Doc], sep: (TranslatingDriver.this)#Doc): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  88. def lterm(ds: Seq[(TranslatingDriver.this)#Doc], term: (TranslatingDriver.this)#Doc): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  89. def main(args: Array[String]): Unit

    Definition Classes
    CompilerBase
  90. def makeast(reader: Reader, filename: String, emitter: Emitter): Either[ModuleDecl, String]

    Definition Classes
    RegexCompiler → CompilerBase
  91. def minus: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  92. def mkList[T]: ((TranslatingDriver.this)#~[T, List[T]]) ⇒ List[T]

    Definition Classes
    Parsers
  93. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  94. def nest(d: (TranslatingDriver.this)#Doc, j: (TranslatingDriver.this)#Indent): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinter → PrettyPrinterBase
  95. def not[T](p: ⇒ (TranslatingDriver.this)#Parser[T]): (TranslatingDriver.this)#Parser[Unit]

    Definition Classes
    Parsers
  96. final def notify(): Unit

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

    Definition Classes
    AnyRef
  98. def opt[T](p: ⇒ (TranslatingDriver.this)#Parser[T]): (TranslatingDriver.this)#Parser[Option[T]]

    Definition Classes
    Parsers
  99. def parens(d: (TranslatingDriver.this)#Doc): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  100. def parse[T](p: (TranslatingDriver.this)#Parser[T], in: Reader): (TranslatingDriver.this)#ParseResult[T]

    Definition Classes
    RegexParsers
  101. def parse[T](p: (TranslatingDriver.this)#Parser[T], in: CharSequence): (TranslatingDriver.this)#ParseResult[T]

    Definition Classes
    RegexParsers
  102. def parse[T](p: (TranslatingDriver.this)#Parser[T], in: Reader[Char]): (TranslatingDriver.this)#ParseResult[T]

    Definition Classes
    RegexParsers
  103. def parseAll[T](p: (TranslatingDriver.this)#Parser[T], in: CharSequence): (TranslatingDriver.this)#ParseResult[T]

    Definition Classes
    RegexParsers
  104. def parseAll[T](p: (TranslatingDriver.this)#Parser[T], in: Reader): (TranslatingDriver.this)#ParseResult[T]

    Definition Classes
    RegexParsers
  105. def parseAll[T](p: (TranslatingDriver.this)#Parser[T], in: Reader[Char]): (TranslatingDriver.this)#ParseResult[T]

    Definition Classes
    RegexParsers
  106. def percent: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  107. def phrase[T](p: (TranslatingDriver.this)#Parser[T]): (TranslatingDriver.this)#Parser[T]

    Definition Classes
    RegexParsers → Parsers
  108. def plist(l: List[(TranslatingDriver.this)#PrettyPrintable], prefix: String, elemToDoc: ((TranslatingDriver.this)#PrettyPrintable) ⇒ (TranslatingDriver.this)#Doc, sep: (TranslatingDriver.this)#Doc, sepfn: (Seq[(TranslatingDriver.this)#Doc], (TranslatingDriver.this)#Doc) ⇒ (TranslatingDriver.this)#Doc): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  109. def plus: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  110. def positioned[T <: Positional](p: ⇒ (TranslatingDriver.this)#Parser[T]): (TranslatingDriver.this)#Parser[T]

    Definition Classes
    RegexParsers → Parsers
  111. var pprintastFlag: Boolean

    Definition Classes
    Driver
  112. val pprintastFlagDefault: Boolean

    Definition Classes
    Driver
  113. var pprintcastFlag: Boolean

  114. val pprintcastFlagDefault: Boolean

  115. var pprintiastFlag: Boolean

    Definition Classes
    TransformingDriver
  116. val pprintiastFlagDefault: Boolean

    Definition Classes
    TransformingDriver
  117. def pretty(d: (TranslatingDriver.this)#Doc, w: (TranslatingDriver.this)#Width): (TranslatingDriver.this)#Layout

    Definition Classes
    PrettyPrinter → PrettyPrinterBase
  118. def pretty(p: (TranslatingDriver.this)#PrettyPrintable): (TranslatingDriver.this)#Layout

    Definition Classes
    PrettyPrinterBase
  119. def pretty_any(a: Any): (TranslatingDriver.this)#Layout

    Definition Classes
    PrettyPrinterBase
  120. var printastFlag: Boolean

    Definition Classes
    Driver
  121. val printastFlagDefault: Boolean

    Definition Classes
    Driver
  122. var printcastFlag: Boolean

  123. val printcastFlagDefault: Boolean

  124. var printiastFlag: Boolean

    Definition Classes
    TransformingDriver
  125. val printiastFlagDefault: Boolean

    Definition Classes
    TransformingDriver
  126. def process(ast: ModuleDecl, console: Console, emitter: Emitter): Boolean

    Process the given abstract syntax tree.

    Process the given abstract syntax tree. Send output to emitter, marking sections so that we can split things later.

    Definition Classes
    Driver → Compiler → CompilerBase
  127. def processargs(args: List[String]): Boolean

    Definition Classes
    TranslatingDriverTransformingDriverDriver
  128. def processast(ast: ModuleDecl, console: Console, emitter: Emitter): ModuleDecl

    Process the AST by transforming it.

    Process the AST by transforming it. Then apply higher-level transformations.

    Definition Classes
    TransformingDriverDriver
  129. def question: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  130. def rangle: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  131. def rbrace: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  132. def rbracket: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  133. implicit def regex(r: Regex): (TranslatingDriver.this)#Parser[String]

    Definition Classes
    RegexParsers
  134. def rep[T](p: ⇒ (TranslatingDriver.this)#Parser[T]): (TranslatingDriver.this)#Parser[List[T]]

    Definition Classes
    Parsers
  135. def rep1[T](first: ⇒ (TranslatingDriver.this)#Parser[T], p0: ⇒ (TranslatingDriver.this)#Parser[T]): (TranslatingDriver.this)#Parser[List[T]]

    Definition Classes
    Parsers
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The p0 call-by-name arguments is evaluated at most once per constructed Parser object, instead of on every need that arises during parsing.

  136. def rep1[T](p: ⇒ (TranslatingDriver.this)#Parser[T]): (TranslatingDriver.this)#Parser[List[T]]

    Definition Classes
    Parsers
  137. def rep1sep[T](p: ⇒ (TranslatingDriver.this)#Parser[T], q: ⇒ (TranslatingDriver.this)#Parser[Any]): (TranslatingDriver.this)#Parser[List[T]]

    Definition Classes
    Parsers
  138. def repN[T](num: Int, p: ⇒ (TranslatingDriver.this)#Parser[T]): (TranslatingDriver.this)#Parser[List[T]]

    Definition Classes
    Parsers
  139. def repsep[T](p: ⇒ (TranslatingDriver.this)#Parser[T], q: ⇒ (TranslatingDriver.this)#Parser[Any]): (TranslatingDriver.this)#Parser[List[T]]

    Definition Classes
    Parsers
  140. def resetflags(): Unit

    Definition Classes
    TranslatingDriverTransformingDriverDriver
  141. def rparen: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  142. def section(emitter: Emitter, name: String): Unit

    Output a section heading so that the output can be split later.

    Output a section heading so that the output can be split later.

    Definition Classes
    Driver
  143. def semi: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  144. def sep(ds: Seq[(TranslatingDriver.this)#Doc]): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  145. def skipWhitespace: Boolean

    Definition Classes
    RegexParsers
  146. def softbreak: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  147. def softline: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  148. def space: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  149. def spaces(n: Int): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  150. def squote: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  151. def squotes(d: (TranslatingDriver.this)#Doc): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  152. def ssep(ds: Seq[(TranslatingDriver.this)#Doc], sep: (TranslatingDriver.this)#Doc): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  153. def sterm(ds: Seq[(TranslatingDriver.this)#Doc], term: (TranslatingDriver.this)#Doc): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  154. def string(s: String): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  155. def success[T](v: T): (TranslatingDriver.this)#Parser[T]

    Definition Classes
    Parsers
  156. def surround(d: (TranslatingDriver.this)#Doc, b: (TranslatingDriver.this)#Doc): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  157. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  158. implicit def text(t: String): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinter → PrettyPrinterBase
  159. def tilde: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  160. def toString(): String

    Definition Classes
    AnyRef → Any
  161. def underscore: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  162. def usageMessage: String

    Definition Classes
    TranslatingDriverTransformingDriverDriver
  163. def value(v: Any): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  164. def vcat(ds: Seq[(TranslatingDriver.this)#Doc]): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  165. def verticalbar: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  166. def vsep(ds: Seq[(TranslatingDriver.this)#Doc], sep: (TranslatingDriver.this)#Doc): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  167. def vsep(ds: Seq[(TranslatingDriver.this)#Doc]): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  168. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  171. val whiteSpace: Regex

    Attributes
    protected
    Definition Classes
    RegexParsers

Deprecated Value Members

  1. def lastNoSuccess: (TranslatingDriver.this)#NoSuccess

    Definition Classes
    Parsers
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) lastNoSuccess was not thread-safe and will be removed in 2.11.0

  2. def lastNoSuccess_=(x: (TranslatingDriver.this)#NoSuccess): Unit

    Definition Classes
    Parsers
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) lastNoSuccess was not thread-safe and will be removed in 2.11.0

  3. def product(p: Any): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
    Annotations
    @deprecated
    Deprecated

    (Since version 1.2.1) Use PrettyPrinter.any instead.

Inherited from TransformingDriver

Inherited from Driver

Inherited from PrettyPrinter

Inherited from PrettyPrinterBase

Inherited from Compiler[ModuleDecl]

Inherited from RegexCompiler[ModuleDecl]

Inherited from RegexParsers

Inherited from Parsers

Inherited from CompilerBase[ModuleDecl]

Inherited from AnyRef

Inherited from Any

Ungrouped