FindDefs

rescala.macros.MacroLego.FindDefs
class FindDefs extends quotes.reflect.TreeAccumulator[List[quotes.reflect.Symbol]]

Attributes

Graph
Supertypes
trait quotes.reflect.TreeAccumulator[List[quotes.reflect.Symbol]]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def foldTree(acc: List[quotes.reflect.Symbol], tree: quotes.reflect.Tree)(owner: quotes.reflect.Symbol): List[quotes.reflect.Symbol]

Attributes

Definition Classes
TreeAccumulator

Inherited methods

def foldOverTree(x: List[quotes.reflect.Symbol], tree: quotes.reflect.Tree)(owner: quotes.reflect.Symbol): List[quotes.reflect.Symbol]

Attributes

Inherited from:
TreeAccumulator
def foldTrees(x: List[quotes.reflect.Symbol], trees: Iterable[quotes.reflect.Tree])(owner: quotes.reflect.Symbol): List[quotes.reflect.Symbol]

Attributes

Inherited from:
TreeAccumulator