FindInterp

rescala.macros.MacroLego.FindInterp
class FindInterp() extends quotes.reflect.TreeAccumulator[(List[quotes.reflect.Term], Boolean)]

Attributes

Graph
Supertypes
trait quotes.reflect.TreeAccumulator[(List[quotes.reflect.Term], Boolean)]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Attributes

Definition Classes
TreeAccumulator

Inherited methods

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

Attributes

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

Attributes

Inherited from:
TreeAccumulator