Packages

t

scala.tools.nsc.ast.parser

ParsersCommon

trait ParsersCommon extends ScannersCommon

Historical note: JavaParsers started life as a direct copy of Parsers but at a time when that Parsers had been replaced by a different one. Later it was dropped and the original Parsers reinstated, leaving us with massive duplication between Parsers and JavaParsers.

This trait and the similar one for Scanners/JavaScanners represents the beginnings of a campaign against this latest incursion by Cutty McPastington and his army of very similar soldiers.

Self Type
ParsersCommon
Source
Parsers.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParsersCommon
  2. ScannersCommon
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Offset = Int

    Offset into source character array

    Offset into source character array

    Definition Classes
    ScannersCommon
  2. abstract class ParserCommon extends AnyRef

    This is now an abstract class, only to work around the optimizer: methods in traits are never inlined.

  3. type Token = Int
    Definition Classes
    ScannersCommon
  4. trait CommonTokenData extends AnyRef
    Definition Classes
    ScannersCommon
  5. trait DocScanner extends AnyRef
    Definition Classes
    ScannersCommon
  6. trait ScannerCommon extends CommonTokenData
    Definition Classes
    ScannersCommon

Abstract Value Members

  1. abstract val global: Global
    Definition Classes
    ParsersCommonScannersCommon

Concrete Value Members

  1. def createKeywordArray(keywords: Seq[(Global.Name, Token)], defaultToken: Token): (Token, Array[Token])
    Definition Classes
    ScannersCommon
  2. def literalUnit: Global.Literal
  3. def newLiteral(const: Any): Global.Literal