dotty.tools.dotc.interactive
package dotty.tools.dotc.interactive
Members list
Type members
Classlikes
One of the results of a completion query.
One of the results of a completion query.
Value parameters
- description
-
The description of this completion result: the fully qualified name for types, or the type for terms.
- label
-
The label of this completion result, or the text that this completion result should insert in the scope where the completion request happened.
- symbols
-
The symbols that are matched by this completion result.
Attributes
- Companion
- object
- Supertypes
object Completion
Attributes
- Companion
- class
- Supertypes
- Self type
-
Completion.type
object Interactive
High-level API to get information out of typed trees, designed to be used by IDEs.
High-level API to get information out of typed trees, designed to be used by IDEs.
Attributes
- See also
-
InteractiveDriver
to get typed trees from code. - Supertypes
- Self type
-
Interactive.type
class InteractiveCompiler extends Compiler
class InteractiveDriver(val settings: List[String]) extends Driver
object InteractiveDriver
Attributes
- Companion
- class
- Supertypes
- Self type
-
InteractiveDriver.type
A tree
coming from source
A tree
coming from source
tree
can be either an Import
or a NameTree
.
Attributes
- Companion
- object
- Supertypes
object SourceTree
Attributes
- Companion
- class
- Supertypes
- Self type
-
SourceTree.type
In this article