Tasty

trait Tasty[Q <: Quotes & Singleton]

.tasty file representation containing file path and the AST

class Object
trait Matchable
class Any

Value members

Abstract methods

def ast: Tree

Abstract Syntax Tree contained in the .tasty file

Abstract Syntax Tree contained in the .tasty file

def path: String

Path to the .tasty file

Path to the .tasty file

Abstract fields

val quotes: Q

Instance of Quotes used to load the AST

Instance of Quotes used to load the AST