DefTree

tastyquery.Trees$.DefTree
sealed trait DefTree extends Tree

Attributes

Graph
Supertypes
class Tree
class Object
trait Matchable
class Any
Known subtypes
class Bind
class TypeDef
class ClassDef
class TypeMember
class TypeParam
class TypeTreeBind
class ValOrDefDef
class DefDef
class ValDef
Show all

Members list

Value members

Inherited methods

def walkTree(op: Tree => Unit): Unit

Attributes

Inherited from:
Tree
def walkTree[R](op: Tree => R)(reduce: (R, R) => R, default: => R): R

Attributes

Inherited from:
Tree
def withSpan(span: Span): Tree

Attributes

Inherited from:
Tree

Abstract fields

val symbol: Symbol

Inherited fields

val span: Span

Attributes

Inherited from:
Tree