Embedded

class Embedded(trees: ListBuffer[Tree], map: Map[Symbol, Tree])
class Object
trait Matchable
class Any

Value members

Concrete methods

def addTree(tree: Tree, liftedSym: Symbol): Int

Adds the tree and returns it's index

Adds the tree and returns it's index

def getHoleType(body: Tree, splice: Tree)(using Context): Type

Type used for the hole that will replace this splice

Type used for the hole that will replace this splice

Get the list of embedded trees

Get the list of embedded trees

override def toString: String
Definition Classes
Any