StagingContext

class Object
trait Matchable
class Any

Value members

Concrete methods

def level(using Context): Int

All enclosing calls that are currently inlined, from innermost to outermost.

All enclosing calls that are currently inlined, from innermost to outermost.

def popQuotes()(using Context): (Option[Tree], Context)

Context with a decremented quotation level and pops the Some of top of the quote context stack or None if the stack is empty. The quotation stack could be empty if we are in a top level splice or an erroneous splice directly within a top level splice.

Context with a decremented quotation level and pops the Some of top of the quote context stack or None if the stack is empty. The quotation stack could be empty if we are in a top level splice or an erroneous splice directly within a top level splice.

def pushQuotes(qctxRef: Tree)(using Context): Context

Context with an incremented quotation level and pushes a reference to a Quotes on the quote context stack

Context with an incremented quotation level and pushes a reference to a Quotes on the quote context stack

Context with an incremented quotation level.

Context with an incremented quotation level.

Context with a decremented quotation level.

Context with a decremented quotation level.