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 angles(d: (TranslatingDriver.this)#Doc): (TranslatingDriver.this)#Doc

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

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

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

    Definition Classes
    Any
  18. def backslash: (TranslatingDriver.this)#Doc

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

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

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

    Definition Classes
    PrettyPrinterBase
  22. 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
  23. def chainl1[T](p: ⇒ (TranslatingDriver.this)#Parser[T], q: ⇒ (TranslatingDriver.this)#Parser[(T, T) ⇒ T]): (TranslatingDriver.this)#Parser[T]

    Definition Classes
    Parsers
  24. 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
  25. var challengeFlag: Boolean

    Definition Classes
    Driver
  26. val challengeFlagDefault: Boolean

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

    Definition Classes
    PrettyPrinterBase
  28. 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
  29. def clone(): AnyRef

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

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

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

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

    Definition Classes
    CompilerBase
  34. 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
  35. val defaultIndent: Int

    Definition Classes
    PrettyPrinterBase
  36. val defaultWidth: Int

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

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

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

    Definition Classes
    PrettyPrinterBase
  40. 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
  41. def elem(e: (TranslatingDriver.this)#Elem): (TranslatingDriver.this)#Parser[(TranslatingDriver.this)#Elem]

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

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

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

    Definition Classes
    PrettyPrinterBase
  45. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

    Definition Classes
    PrettyPrinterBase
  53. def finalize(): Unit

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    RegexParsers
  59. def hashCode(): Int

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

    Definition Classes
    PrettyPrinterBase
  61. var helpFlag: Boolean

    Definition Classes
    Driver
  62. val helpFlagDefault: Boolean

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

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

    Definition Classes
    PrettyPrinterBase
  65. 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
  66. var input: String

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

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

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

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

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

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

    Definition Classes
    PrettyPrinter → PrettyPrinterBase
  73. 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
  74. implicit def literal(s: String): (TranslatingDriver.this)#Parser[String]

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

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

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

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

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

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

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

    Definition Classes
    RegexCompiler → CompilerBase
  82. def mkList[T]: ((TranslatingDriver.this)#~[T, List[T]]) ⇒ List[T]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    RegexParsers → Parsers
  97. 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
  98. def positioned[T <: Positional](p: ⇒ (TranslatingDriver.this)#Parser[T]): (TranslatingDriver.this)#Parser[T]

    Definition Classes
    RegexParsers → Parsers
  99. var pprintastFlag: Boolean

    Definition Classes
    Driver
  100. val pprintastFlagDefault: Boolean

    Definition Classes
    Driver
  101. var pprintcastFlag: Boolean

  102. val pprintcastFlagDefault: Boolean

  103. var pprintiastFlag: Boolean

    Definition Classes
    TransformingDriver
  104. val pprintiastFlagDefault: Boolean

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

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

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

    Definition Classes
    PrettyPrinterBase
  108. var printastFlag: Boolean

    Definition Classes
    Driver
  109. val printastFlagDefault: Boolean

    Definition Classes
    Driver
  110. var printcastFlag: Boolean

  111. val printcastFlagDefault: Boolean

  112. var printiastFlag: Boolean

    Definition Classes
    TransformingDriver
  113. val printiastFlagDefault: Boolean

    Definition Classes
    TransformingDriver
  114. 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
  115. def processargs(args: List[String]): Boolean

    Definition Classes
    TranslatingDriverTransformingDriverDriver
  116. 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
  117. def rangle: (TranslatingDriver.this)#Doc

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

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

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

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

    Definition Classes
    Parsers
  122. 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.

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

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

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

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

    Definition Classes
    Parsers
  127. def resetflags(): Unit

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

    Definition Classes
    PrettyPrinterBase
  129. 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
  130. def semi: (TranslatingDriver.this)#Doc

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

    Definition Classes
    PrettyPrinterBase
  132. def skipWhitespace: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    PrettyPrinter → PrettyPrinterBase
  146. def toString(): String

    Definition Classes
    AnyRef → Any
  147. def usageMessage: String

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  155. 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