FindInterp

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

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

Attributes

Definition Classes
TreeAccumulator

Inherited methods

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

Attributes

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

Attributes

Inherited from:
TreeAccumulator