StagingLevel

dotty.tools.dotc.staging.StagingLevel
object StagingLevel

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

If we are inside a quote or a splice

If we are inside a quote or a splice

Attributes

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.

Attributes

def levelOf(sym: Symbol)(using Context): Int

The quotation level of the definition of the locally defined symbol

The quotation level of the definition of the locally defined symbol

Attributes

Context with an incremented staging level.

Context with an incremented staging level.

Attributes

Context with a decremented staging level.

Context with a decremented staging level.

Attributes

Context with the current staging level set for the symbols

Context with the current staging level set for the symbols

Attributes