package core

Ordering
  1. Alphabetic
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 AskLoadedTyped extends AskCommand
  3. trait AskParse extends AskCommand

    Ask the presentation compiler to parse a sequence of sources

  4. trait AskReload extends AskCommand

    Ask the presentation compiler to reload a sequence of sources

  5. trait AskScopeCompletionAt extends AskCommand

    Ask the presentation compiler for scope completion at a given position.

  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. trait AskTypeCompletionAt extends AskCommand

    Ask the presentation compiler for completion at a given position.

  9. case class DuplicateTestMarker (msg: String) extends Exception with Product with Serializable
  10. trait PresentationCompilerRequestsWorkingMode extends TestResources
  11. trait PresentationCompilerTestDef extends AnyRef
  12. abstract case class TestMarker (marker: String) extends Product with Serializable

Ungrouped