Trees

kyo.Trees$
object Trees

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Trees.type

Members list

Concise view

Value members

Concrete methods

def exists(using Quotes)(tree: Tree)(pf: PartialFunction[Expr[_], Boolean]): Boolean
def transform(using Quotes)(tree: Tree)(pf: PartialFunction[Expr[_], Term]): Tree
def traverse(using Quotes)(tree: Tree)(pf: PartialFunction[Expr[_], Unit]): Unit