ValOrDefDef

tastyquery.Trees$.ValOrDefDef
sealed abstract class ValOrDefDef()(pos: SourcePosition) extends StatementTree, DefTree

Attributes

Graph
Supertypes
trait DefTree
class TopLevelTree
class Tree
class Object
trait Matchable
class Any
Show all
Known subtypes
class DefDef
class ValDef

Members list

Value members

Abstract methods

Deprecated and Inherited methods

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

Attributes

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

Attributes

Deprecated
[Since version 0.10.0]
Inherited from:
Tree

Abstract fields

val name: TermName