org.kiama.example.oberon0.base

FrontEndDriver

trait FrontEndDriver extends Driver with CompilerWithConfig[ModuleDecl, Oberon0Config]

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

Self Type
FrontEndDriver with RegexParsers with SourcePrettyPrinter with SymbolTable with Analyser
Source
Driver.scala
Linear Supertypes
CompilerWithConfig[ModuleDecl, Oberon0Config], RegexParsers, Parsers, CompilerBase[ModuleDecl, Oberon0Config], Profiler, Profiler, Values, Driver, PrettyPrinter, PrettyPrinterBase, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FrontEndDriver
  2. CompilerWithConfig
  3. RegexParsers
  4. Parsers
  5. CompilerBase
  6. Profiler
  7. Profiler
  8. Values
  9. Driver
  10. PrettyPrinter
  11. PrettyPrinterBase
  12. AnyRef
  13. 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[Seq[String]]) ⇒ Trampoline[(Int) ⇒ Trampoline[Seq[String]]])]) ⇒ Trampoline[(Int) ⇒ Trampoline[Seq[String]]]) ⇒ Trampoline[(Int, Queue[(Int, (Boolean) ⇒ ((Int) ⇒ Trampoline[Seq[String]]) ⇒ Trampoline[(Int) ⇒ Trampoline[Seq[String]]])]) ⇒ Trampoline[(Int) ⇒ Trampoline[Seq[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[(FrontEndDriver.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
    Driver
  2. abstract def parser: (FrontEndDriver.this)#Parser[ModuleDecl]

    Definition Classes
    CompilerWithConfig

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: ((FrontEndDriver.this)#Input) ⇒ (FrontEndDriver.this)#ParseResult[T]): (FrontEndDriver.this)#Parser[T] with (FrontEndDriver.this)#OnceParser[T]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Parsers
  30. implicit def char(c: Char): (FrontEndDriver.this)#Doc

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

    Definition Classes
    Values
  32. def clone(): AnyRef

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

    Definition Classes
    PrettyPrinterBase
  34. def comma: (FrontEndDriver.this)#Doc

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

    Definition Classes
    Parsers
  36. def consumeast(ast: ModuleDecl, config: Oberon0Config): Unit

    Consume the AST.

    Consume the AST. For example, translate it to something else. By default, do nothing.

  37. def createConfig(args: Seq[String], emitter: Emitter = new Emitter): Oberon0Config

    Definition Classes
    FrontEndDriver → CompilerBase
  38. val defaultIndent: Int

    Definition Classes
    PrettyPrinterBase
  39. val defaultWidth: Int

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

    Definition Classes
    Profiler → Profiler → Values
  41. def dollar: (FrontEndDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  42. def dot: (FrontEndDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  43. def dquote: (FrontEndDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  44. def dquotes(d: (FrontEndDriver.this)#Doc): (FrontEndDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  45. def driver(args: Seq[String]): Unit

    Definition Classes
    CompilerBase
  46. def elem(e: (FrontEndDriver.this)#Elem): (FrontEndDriver.this)#Parser[(FrontEndDriver.this)#Elem]

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

    Definition Classes
    Parsers
  48. def empty: (FrontEndDriver.this)#Doc

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

    Definition Classes
    PrettyPrinterBase
  50. def encoding: String

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

    Definition Classes
    AnyRef
  52. def equal: (FrontEndDriver.this)#Doc

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

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

    Definition Classes
    Parsers
  55. def exclamation: (FrontEndDriver.this)#Doc

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

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

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

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

    Definition Classes
    PrettyPrinterBase
  60. def finalize(): Unit

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

    Definition Classes
    Values
  62. def folddoc(ds: Seq[(FrontEndDriver.this)#Doc], f: ((FrontEndDriver.this)#Doc, (FrontEndDriver.this)#Doc) ⇒ (FrontEndDriver.this)#Doc): (FrontEndDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  63. def forwslash: (FrontEndDriver.this)#Doc

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

    Definition Classes
    AnyRef → Any
  65. def group(d: (FrontEndDriver.this)#Doc): (FrontEndDriver.this)#Doc

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

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

    Attributes
    protected
    Definition Classes
    RegexParsers
  68. def hash: (FrontEndDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  69. def hashCode(): Int

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

    Definition Classes
    PrettyPrinterBase
  71. def hsep(ds: Seq[(FrontEndDriver.this)#Doc], sep: (FrontEndDriver.this)#Doc): (FrontEndDriver.this)#Doc

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

    Definition Classes
    PrettyPrinterBase
  73. def includeTimings: Boolean

    Definition Classes
    Profiler
  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. def isEventType(record: (FrontEndDriver.this)#Record, eventtype: String): Boolean

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

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

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

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

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

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

    Definition Classes
    PrettyPrinter → PrettyPrinterBase
  82. def linebreak: (FrontEndDriver.this)#Doc

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

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

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

    Definition Classes
    Parsers
  86. def lparen: (FrontEndDriver.this)#Doc

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

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

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

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

    Definition Classes
    CompilerBase
  91. def makeast(reader: Reader, filename: String, config: Oberon0Config): Either[ModuleDecl, String]

    Definition Classes
    CompilerWithConfig → CompilerBase
  92. def minus: (FrontEndDriver.this)#Doc

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Values
  103. def parens(d: (FrontEndDriver.this)#Doc): (FrontEndDriver.this)#Doc

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

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

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

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

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

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

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

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

    Definition Classes
    Profiler
  112. def percent: (FrontEndDriver.this)#Doc

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

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

    Definition Classes
    PrettyPrinterBase
  115. def plus: (FrontEndDriver.this)#Doc

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

    Definition Classes
    RegexParsers → Parsers
  117. def pretty(d: (FrontEndDriver.this)#Doc, w: (FrontEndDriver.this)#Width): (FrontEndDriver.this)#Layout

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

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

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

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

    Definition Classes
    Profiler
  122. var printTables: Boolean

    Definition Classes
    Values
  123. def process(filename: String, ast: ModuleDecl, config: Oberon0Config): Unit

    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
    FrontEndDriver → CompilerWithConfig → CompilerBase
  124. def processast(ast: ModuleDecl, config: Oberon0Config): ModuleDecl

    Process the AST, returning the new one.

    Process the AST, returning the new one. By default, return the AST unchanged.

  125. def processfile(filename: String, config: Oberon0Config): 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
    FrontEndDriver → CompilerBase
  126. def processfiles(filenames: Seq[String], config: Oberon0Config): Unit

    Definition Classes
    CompilerBase
  127. def profile[T](computation: ⇒ T, dimensionNames: Seq[Dimension], logging: Boolean): T

    Definition Classes
    Profiler
  128. def profileStart(logging: Boolean): Unit

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

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

    Definition Classes
    Profiler
  131. def profileStopInteractive(): Unit

    Definition Classes
    Profiler
  132. def pseq(l: Seq[(FrontEndDriver.this)#PrettyPrintable], prefix: String, elemToDoc: ((FrontEndDriver.this)#PrettyPrintable) ⇒ (FrontEndDriver.this)#Doc, sep: (FrontEndDriver.this)#Doc, sepfn: (Seq[(FrontEndDriver.this)#Doc], (FrontEndDriver.this)#Doc) ⇒ (FrontEndDriver.this)#Doc): (FrontEndDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  133. def question: (FrontEndDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  134. def rangle: (FrontEndDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  135. def rbrace: (FrontEndDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  136. def rbracket: (FrontEndDriver.this)#Doc

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

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

    Definition Classes
    Parsers
  139. def rep1[T](first: ⇒ (FrontEndDriver.this)#Parser[T], p0: ⇒ (FrontEndDriver.this)#Parser[T]): (FrontEndDriver.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.

  140. def rep1[T](p: ⇒ (FrontEndDriver.this)#Parser[T]): (FrontEndDriver.this)#Parser[List[T]]

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

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

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

    Definition Classes
    Parsers
  144. def rparen: (FrontEndDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  145. 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
  146. def semi: (FrontEndDriver.this)#Doc

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

    Definition Classes
    PrettyPrinterBase
  148. def seq[T](l: Seq[T], prefix: String, elemToDoc: (T) ⇒ (FrontEndDriver.this)#Doc, sep: (FrontEndDriver.this)#Doc, sepfn: (Seq[(FrontEndDriver.this)#Doc], (FrontEndDriver.this)#Doc) ⇒ (FrontEndDriver.this)#Doc): (FrontEndDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  149. def skipWhitespace: Boolean

    Definition Classes
    RegexParsers
  150. def softbreak: (FrontEndDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  151. def softline: (FrontEndDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  152. def space: (FrontEndDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  153. def spaces(n: Int): (FrontEndDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  154. def squote: (FrontEndDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  155. def squotes(d: (FrontEndDriver.this)#Doc): (FrontEndDriver.this)#Doc

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

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

    Definition Classes
    Profiler → Values
  158. var startTime: Long

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

    Definition Classes
    PrettyPrinterBase
  160. def string(s: String): (FrontEndDriver.this)#Doc

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

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

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

    Definition Classes
    Profiler
  164. def surround(d: (FrontEndDriver.this)#Doc, b: (FrontEndDriver.this)#Doc): (FrontEndDriver.this)#Doc

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

    Definition Classes
    AnyRef
  166. implicit def text(t: String): (FrontEndDriver.this)#Doc

    Definition Classes
    PrettyPrinter → PrettyPrinterBase
  167. def tilde: (FrontEndDriver.this)#Doc

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

    Definition Classes
    Profiler
  169. def toString(): String

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

    Definition Classes
    Profiler
  171. def underscore: (FrontEndDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
  172. def value(v: Any): (FrontEndDriver.this)#Doc

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

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

    Definition Classes
    PrettyPrinterBase
  175. def verticalbar: (FrontEndDriver.this)#Doc

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    RegexParsers

Deprecated Value Members

  1. def lastNoSuccess: (FrontEndDriver.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: (FrontEndDriver.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): (FrontEndDriver.this)#Doc

    Definition Classes
    PrettyPrinterBase
    Annotations
    @deprecated
    Deprecated

    (Since version 1.2.1) Use PrettyPrinter.any instead.

Inherited from CompilerWithConfig[ModuleDecl, Oberon0Config]

Inherited from RegexParsers

Inherited from Parsers

Inherited from CompilerBase[ModuleDecl, Oberon0Config]

Inherited from Profiler

Inherited from Profiler

Inherited from Values

Inherited from Driver

Inherited from PrettyPrinter

Inherited from PrettyPrinterBase

Inherited from AnyRef

Inherited from Any

Ungrouped