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
Source
Driver.scala
Linear Supertypes
TransformingDriver, Driver, ProfilingCompiler[ModuleDecl], Profiler, Profiler, Values, CompilerDriver, 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. ProfilingCompiler
  5. Profiler
  6. Profiler
  7. Values
  8. CompilerDriver
  9. PrettyPrinter
  10. PrettyPrinterBase
  11. Compiler
  12. RegexCompiler
  13. RegexParsers
  14. Parsers
  15. CompilerBase
  16. AnyRef
  17. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class Child extends Step with Product with Serializable

    Definition Classes
    Profiler
  2. case class Dep extends Product with Serializable

    Definition Classes
    Profiler
  3. class Doc extends ((output.PrettyPrinter.Indent, output.PrettyPrinter.Width)) ⇒ ((Int, Queue[(Int, (Boolean) ⇒ ((Int) ⇒ Trampoline[ListBuffer[String]]) ⇒ Trampoline[(Int) ⇒ Trampoline[ListBuffer[String]]])]) ⇒ Trampoline[(Int) ⇒ Trampoline[ListBuffer[String]]]) ⇒ Trampoline[(Int, Queue[(Int, (Boolean) ⇒ ((Int) ⇒ Trampoline[ListBuffer[String]]) ⇒ Trampoline[(Int) ⇒ Trampoline[ListBuffer[String]]])]) ⇒ Trampoline[(Int) ⇒ Trampoline[ListBuffer[String]]]] with output.PrettyPrinter.DocOps

    Definition Classes
    PrettyPrinter → PrettyPrinterBase
  4. trait DocOps extends AnyRef

    Definition Classes
    PrettyPrinterBase
  5. type Elem = Char

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

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

    Definition Classes
    Parsers
  8. type Indent = Int

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

    Definition Classes
    Parsers
  10. type Layout = String

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

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

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

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

    Definition Classes
    Parsers
  15. trait PrettyPrintable extends AnyRef

    Definition Classes
    PrettyPrinterBase
  16. case class Record extends Product with Serializable

    Definition Classes
    Values
  17. abstract class Step extends AnyRef

    Definition Classes
    Profiler
  18. case class Success[+T] extends ParseResult[T] with Product with Serializable

    Definition Classes
    Parsers
  19. type Width = Int

    Definition Classes
    PrettyPrinterBase
  20. 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
    CompilerDriver
  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 baseUsageMessage: String

    Definition Classes
    DriverCompilerDriver
  24. def braces(d: (TranslatingDriver.this)#Doc): (TranslatingDriver.this)#Doc

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

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

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

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

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

    Definition Classes
    CompilerDriver
  32. val challengeFlagDefault: Boolean

    Definition Classes
    CompilerDriver
  33. implicit def char(c: Char): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  34. def checkFor(record: (TranslatingDriver.this)#Record, dim: Dimension, eventtype: String, needed: Dimension)(f: (Value) ⇒ Value): Value

    Definition Classes
    Values
  35. 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
    CompilerDriver → CompilerBase
  36. def clone(): AnyRef

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

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

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

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

    Definition Classes
    CompilerBase
  41. 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
    TranslatingDriverCompilerDriver
  42. val defaultIndent: Int

    Definition Classes
    PrettyPrinterBase
  43. val defaultWidth: Int

    Definition Classes
    PrettyPrinterBase
  44. def dimValue(record: (TranslatingDriver.this)#Record, dim: Dimension): Value

    Definition Classes
    Profiler → Profiler → Values
  45. def dollar: (TranslatingDriver.this)#Doc

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

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

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

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

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

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

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

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

    Definition Classes
    PrettyPrinterBase
  54. def encoding: String

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

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

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

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

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

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

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

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

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

    Definition Classes
    PrettyPrinterBase
  64. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  65. def finishReport(): Unit

    Definition Classes
    Values
  66. def forwslash: (TranslatingDriver.this)#Doc

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

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

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

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

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

    Definition Classes
    PrettyPrinterBase
  72. def hashCode(): Int

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

    Definition Classes
    PrettyPrinterBase
  74. var helpFlag: Boolean

    Definition Classes
    CompilerDriver
  75. val helpFlagDefault: Boolean

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

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

    Definition Classes
    PrettyPrinterBase
  78. def includeTimings: Boolean

    Definition Classes
    Profiler
  79. 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
    CompilerDriver
  80. var input: Option[String]

    Definition Classes
    CompilerDriver
  81. def isEventType(record: (TranslatingDriver.this)#Record, eventtype: String): Boolean

    Definition Classes
    Values
  82. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Definition Classes
    PrettyPrinter → PrettyPrinterBase
  87. def line(repl: (TranslatingDriver.this)#Layout): (TranslatingDriver.this)#Doc

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Parsers
  100. def nanoToMs(nano: Long): Long

    Definition Classes
    Profiler
  101. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    Parsers
  107. def output(str: String): Unit

    Definition Classes
    Values
  108. def outputln(str: String): Unit

    Definition Classes
    Values
  109. def parens(d: (TranslatingDriver.this)#Doc): (TranslatingDriver.this)#Doc

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

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

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

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

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

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

    Definition Classes
    RegexParsers
  116. def parseProfileOption(value: String): Seq[Dimension]

    Definition Classes
    Profiler
  117. def percent(v: Long, total: Long): String

    Definition Classes
    Profiler
  118. def percent: (TranslatingDriver.this)#Doc

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

    Definition Classes
    RegexParsers → Parsers
  120. 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
  121. def plus: (TranslatingDriver.this)#Doc

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

    Definition Classes
    RegexParsers → Parsers
  123. var pprintastFlag: Boolean

    Definition Classes
    CompilerDriver
  124. val pprintastFlagDefault: Boolean

    Definition Classes
    CompilerDriver
  125. var pprintcastFlag: Boolean

  126. val pprintcastFlagDefault: Boolean

  127. var pprintiastFlag: Boolean

    Definition Classes
    TransformingDriver
  128. val pprintiastFlagDefault: Boolean

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

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

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

    Definition Classes
    PrettyPrinterBase
  132. def printDependencyGraph(record: (TranslatingDriver.this)#Record, dim: Dimension): Unit

    Definition Classes
    Profiler
  133. def printReports(totalTime: Long, dimensionNames: Seq[Dimension], records: List[(TranslatingDriver.this)#Record]): Unit

    Definition Classes
    Profiler
  134. var printTables: Boolean

    Definition Classes
    Values
  135. var printastFlag: Boolean

    Definition Classes
    CompilerDriver
  136. val printastFlagDefault: Boolean

    Definition Classes
    CompilerDriver
  137. var printcastFlag: Boolean

  138. val printcastFlagDefault: Boolean

  139. var printiastFlag: Boolean

    Definition Classes
    TransformingDriver
  140. val printiastFlagDefault: Boolean

    Definition Classes
    TransformingDriver
  141. def process(filename: String, 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
    CompilerDriver → Compiler → CompilerBase
  142. def processargs(args: List[String]): Boolean

  143. 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
    TransformingDriverCompilerDriver
  144. def profile[T](computation: ⇒ T, dimensionNames: Dimension*): T

    Definition Classes
    Profiler
  145. def profileStart(): Unit

    Definition Classes
    Profiler
  146. def profileStop(): (Seq[Dimension]) ⇒ Unit

    Definition Classes
    Profiler
  147. def profileStop(dimensionNames: Seq[Dimension]): Unit

    Definition Classes
    Profiler
  148. def profileStopInteractive(): Unit

    Definition Classes
    Profiler
  149. def question: (TranslatingDriver.this)#Doc

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Parsers
  160. def resetflags(): Unit

  161. def rparen: (TranslatingDriver.this)#Doc

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

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

    Definition Classes
    PrettyPrinterBase
  165. def skipWhitespace: Boolean

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

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

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

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

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

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

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

    Definition Classes
    PrettyPrinterBase
  173. def startReport(dimensionNames: Seq[Dimension]): Unit

    Definition Classes
    Profiler → Values
  174. var startTime: Long

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

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

    Definition Classes
    PrettyPrinterBase
  177. def subjectsToStep(src: Any, dst: Any): (TranslatingDriver.this)#Step

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

    Definition Classes
    Parsers
  179. def summariseAlongDims(dimensionNames: Seq[Dimension], records: List[(TranslatingDriver.this)#Record], nrecords: Int, profiledTime: Long): Unit

    Definition Classes
    Profiler
  180. def surround(d: (TranslatingDriver.this)#Doc, b: (TranslatingDriver.this)#Doc): (TranslatingDriver.this)#Doc

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

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

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

    Definition Classes
    PrettyPrinterBase
  184. def time[T](computation: ⇒ T, warmup: Int, n: Int, discard: Int): Unit

    Definition Classes
    Profiler
  185. def toString(): String

    Definition Classes
    AnyRef → Any
  186. def trace(predicate: (Event) ⇒ Boolean): Unit

    Definition Classes
    Profiler
  187. def underscore: (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  188. def usageMessage: String

  189. def value(v: Any): (TranslatingDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  190. def valueToString(a: Value): String

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  198. 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 ProfilingCompiler[ModuleDecl]

Inherited from Profiler

Inherited from Profiler

Inherited from Values

Inherited from CompilerDriver

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