Tasty

scala.tasty.inspector.Tasty
trait Tasty[Q <: Quotes & Singleton]

.tasty file representation containing file path and the AST

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def ast: quotes.reflect.Tree

Abstract Syntax Tree contained in the .tasty file

Abstract Syntax Tree contained in the .tasty file

Attributes

def path: String

Path to the .tasty file

Path to the .tasty file

Attributes

Abstract fields

val quotes: Q

Instance of Quotes used to load the AST

Instance of Quotes used to load the AST

Attributes