QuoteUtils

dotty.tools.dotc.quoted.QuoteUtils$
object QuoteUtils

Attributes

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

Members list

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

Attributes

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

Attributes