Class

dotty.tools.dottydoc

DocDriver

Related Doc: package dottydoc

Permalink

class DocDriver extends Driver

DocDriver implements the main entry point to the Dotty documentation tool. It's methods are used by the external scala and java APIs.

Linear Supertypes
Driver, DotClass, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DocDriver
  2. Driver
  3. DotClass
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DocDriver()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def compiledDocs(args: Array[String]): Map[String, Package]

    Permalink
  7. def doCompile(compiler: Compiler, fileNames: List[String])(implicit ctx: Context): Reporter

    Permalink
    Attributes
    protected
    Definition Classes
    Driver
  8. def emptyReporter: Reporter

    Permalink
    Attributes
    protected
    Definition Classes
    Driver
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. def initCtx: Context

    Permalink
    Attributes
    protected
    Definition Classes
    Driver
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def main(args: Array[String]): Unit

    Permalink
    Definition Classes
    DocDriver → Driver
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def newCompiler(implicit ctx: Context): Compiler

    Permalink
    Definition Classes
    DocDriver → Driver
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def process(args: Array[String], rootCtx: Context): Reporter

    Permalink
    Definition Classes
    Driver
  22. final def process(args: Array[String]): Reporter

    Permalink
    Definition Classes
    Driver
  23. final def process(args: Array[String], reporter: Reporter, callback: CompilerCallback): Reporter

    Permalink
    Definition Classes
    Driver
  24. final def process(args: Array[String], simple: SimpleReporter, callback: CompilerCallback): ReporterResult

    Permalink
    Definition Classes
    Driver
  25. def setup(args: Array[String], rootCtx: Context): (List[String], Context)

    Permalink
    Definition Classes
    DocDriver → Driver
  26. def sourcesRequired: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Driver
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. def unsupported(methodName: String): Nothing

    Permalink
    Definition Classes
    DotClass
  30. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Driver

Inherited from DotClass

Inherited from AnyRef

Inherited from Any

Ungrouped