scala.tools.nsc.interactive.tests

core

package core

Content Hierarchy Learn more about scaladoc diagrams
Visibility
  1. Public
  2. All

Type Members

  1. trait AskCommand extends AnyRef

    A trait for defining commands that can be queried to the presentation compiler.

  2. trait AskCompletionAt extends AskCommand

    Ask the presentation compiler for completion at a given position.

  3. trait AskLoadedTyped extends AskCommand

  4. trait AskParse extends AskCommand

    Ask the presentation compiler to parse a sequence of sources

  5. trait AskReload extends AskCommand

    Ask the presentation compiler to reload a sequence of sources

  6. trait AskShutdown extends AskCommand

    Ask the presentation compiler to shut-down.

  7. trait AskTypeAt extends AskCommand

    Ask the presentation compiler for type info at a given position.

  8. case class DuplicateTestMarker(msg: String) extends Exception with Product with Serializable

  9. trait PresentationCompilerRequestsWorkingMode extends TestResources

  10. trait PresentationCompilerTestDef extends AnyRef

  11. abstract case class TestMarker(marker: String) extends Product with Serializable

Value Members

  1. object CompletionMarker extends TestMarker

  2. object HyperlinkMarker extends TestMarker

  3. object TestMarker extends Serializable

  4. object TypeMarker extends TestMarker

Ungrouped