M

com.eed3si9n.ifdef.ifdefplugin.IfDefPhase.M
class M extends UntypedTreeMap

Attributes

Graph
Supertypes
class UntypedTreeMap
class TreeMap
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Attributes

Definition Classes
TreeMap
def transformDefn(annots: List[Tree])(tree: Tree)(using Context): Tree

Inherited methods

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

Attributes

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

Attributes

Inherited from:
TreeMap
override def transformMoreCases(tree: Tree)(using Context): Tree

Attributes

Definition Classes
UntypedTreeMap -> TreeMap
Inherited from:
UntypedTreeMap
def transformParams(params: ParamClause)(using Context): Instance.this.ParamClause

Attributes

Inherited from:
TreeMap
def transformParamss(paramss: List[ParamClause])(using Context): List[Instance.this.ParamClause]

Attributes

Inherited from:
TreeMap
def transformStats(trees: List[Tree], exprOwner: Symbol)(using Context): List[Instance.this.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

Concrete fields

val eval: IfDefExpr => Boolean

Inherited fields

val cpy: TreeCopier

Attributes

Inherited from:
TreeMap