Packages

  • package root

    The Scala compiler and reflection APIs.

    The Scala compiler and reflection APIs.

    Definition Classes
    root
  • package scala
    Definition Classes
    root
  • package tools
    Definition Classes
    scala
  • package nsc
    Definition Classes
    tools
  • package doc
    Definition Classes
    nsc
  • object DocParser

    Since the DocParser's whole reason for existing involves trashing a global, it is designed to bottle up general Global#Tree types rather than path dependent ones.

    Since the DocParser's whole reason for existing involves trashing a global, it is designed to bottle up general Global#Tree types rather than path dependent ones. The recipient will have to deal.

    Definition Classes
    doc
  • Parsed

class Parsed extends AnyRef

Source
DocParser.scala
Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Parsed
  2. AnyRef
  3. 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

Instance Constructors

  1. new Parsed(enclosing: List[Tree], docDef: DocDef)

Value Members

  1. val docDef: DocDef
  2. val enclosing: List[Tree]
  3. def nameChain: List[Name]
  4. def raw: String
  5. def toString(): String
    Definition Classes
    Parsed → AnyRef → Any