scala.quoted.runtime.impl.SpliceScope
See theSpliceScope companion object Attributes
- Companion:
- object
- Graph
- Supertypes
class Object
trait Matchable
class Any
Members list
Concise view
Value members
If the two scopes correspond to the same splice in source.
If the two scopes correspond to the same splice in source.
Attributes
- Definition Classes
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns:
a string representation of the object.
- Definition Classes
Any
Is this is a outer scope of the given scope
Is this is a outer scope of the given scope
Attributes
- Inherited from:
- Scope
Scope of the top level splice or staging run
Scope of the top level splice or staging run
Attributes
- Inherited from:
- Scope
Stack of locations where scopes where evaluated
Stack of locations where scopes where evaluated
Attributes
- Inherited from:
- Scope
Outer scope that was used to create the quote containing this splice.
NoScope otherwise.
Outer scope that was used to create the quote containing this splice.
NoScope otherwise.
Attributes