Tree

dotty.tools.dotc.semanticdb.Tree
See theTree companion trait
object Tree

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Tree.type

Members list

Type members

Classlikes

case object Empty extends Tree

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Tree
trait SemanticdbGeneratedSealedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Empty.type
sealed trait NonEmpty extends Tree

Attributes

Supertypes
trait Tree
trait SemanticdbGeneratedSealedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class ApplyTree
class FunctionTree
class IdTree
class LiteralTree
class OriginalTree
class SelectTree
Show all

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

Givens

Implicits

Implicits

implicit val TreeTypeMapper: SemanticdbTypeMapper[TreeMessage, Tree]