UntypedTreeMap

dotty.tools.dotc.ast.untpd$.UntypedTreeMap
abstract class UntypedTreeMap(cpy: UntypedTreeCopier) extends TreeMap

Attributes

Graph
Supertypes
class TreeMap
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def transformMoreCases(tree: Tree)(using Context): Tree

Attributes

Definition Classes

Inherited methods

def transform(trees: List[Tree])(using Context): List[Tree]

Attributes

Inherited from:
TreeMap
def transform(tree: Tree)(using Context): Tree

Attributes

Inherited from:
TreeMap
def transformBlock(blk: Block)(using Context): Block

Attributes

Inherited from:
TreeMap

Attributes

Inherited from:
TreeMap

Attributes

Inherited from:
TreeMap
def transformStats(trees: List[Tree], exprOwner: Symbol)(using Context): List[Tree]

Attributes

Inherited from:
TreeMap
def transformSub[Tr <: Tree](trees: List[Tr])(using Context): List[Tr]

Attributes

Inherited from:
TreeMap
def transformSub[Tr <: Tree](tree: Tr)(using Context): Tr

Attributes

Inherited from:
TreeMap