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 TypeParam
class DefDef
class ValDef

Members list

Concise view

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

Inherited fields

val span: Span

Attributes

Inherited from:
Tree