SourceTree

dotty.tools.dotc.interactive.SourceTree
See theSourceTree companion object
case class SourceTree(tree: Import | NameTree, source: SourceFile)

A tree coming from source

tree can be either an Import or a NameTree.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

The position of the name in tree

The position of the name in tree

Attributes

final def pos(using Context): SourcePosition

The position of tree

The position of tree

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product