dotty.tools.dotc.interactive
package dotty.tools.dotc.interactive
Members list
Concise view
Type members
Classlikes
One of the results of a completion query.
One of the results of a completion query.
Attributes
- 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.
- Companion:
- object
- Graph
- Supertypes
object Completion
Attributes
- Companion:
- class
- Graph
- 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.- Graph
- Supertypes
- Self type
- Interactive.type
object InteractiveDriver
Attributes
- Companion:
- class
- Graph
- 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
- Graph
- Supertypes
object SourceTree
Attributes
- Companion:
- class
- Graph
- Supertypes
- Self type
- SourceTree.type