QuoteUtils

object QuoteUtils
class Object
trait Matchable
class Any

Value members

Concrete methods

def changeOwnerOfTree(tree: Tree, owner: Symbol)(using Context): Tree

Changes the owner of the tree based on the current owner of the tree

Changes the owner of the tree based on the current owner of the tree

def treeOwner(tree: Tree)(using Context): Option[Symbol]

Get the owner of a tree if it has one

Get the owner of a tree if it has one