package core
Content Hierarchy
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait AskCommand extends AnyRef
A trait for defining commands that can be queried to the presentation compiler.
- trait AskLoadedTyped extends AskCommand
- trait AskParse extends AskCommand
Ask the presentation compiler to parse a sequence of
sources
- trait AskReload extends AskCommand
Ask the presentation compiler to reload a sequence of
sources
- trait AskScopeCompletionAt extends AskCommand
Ask the presentation compiler for scope completion at a given position.
- trait AskShutdown extends AskCommand
Ask the presentation compiler to shut-down.
- trait AskTypeAt extends AskCommand
Ask the presentation compiler for type info at a given position.
- trait AskTypeCompletionAt extends AskCommand
Ask the presentation compiler for completion at a given position.
- case class DuplicateTestMarker(msg: String) extends Exception with Product with Serializable
- trait PresentationCompilerRequestsWorkingMode extends TestResources
- trait PresentationCompilerTestDef extends AnyRef
- abstract case class TestMarker(marker: String) extends Product with Serializable
Value Members
- object HyperlinkMarker extends TestMarker
- object ScopeCompletionMarker extends TestMarker
- object TestMarker extends java.io.Serializable
- object TypeCompletionMarker extends TestMarker
- object TypeMarker extends TestMarker
The Scala compiler and reflection APIs.