SourceTree

case class SourceTree(tree: Import | NameTree, source: SourceFile)

A tree coming from source

tree can be either an Import or a NameTree.

Companion
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

The position of the name in tree

The position of the name in tree

final def pos(using Context): SourcePosition

The position of tree

The position of tree

Inherited methods

Inherited from
Product