MyInspector

wjson.schema.generator.Test1.MyInspector
class MyInspector extends Inspector

Attributes

Graph
Supertypes
trait Inspector
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def dumpTest1(using Quotes)(ast: Tree): Unit
def inspect(using Quotes)(tastys: List[Tasty[x$1.type]]): Unit

Inspect all TASTy files using Quotes reflect API.

Inspect all TASTy files using Quotes reflect API.

Note: Within this method quotes.reflect.SourceFile.current will not work, hence the explicit source paths.

Value parameters

tastys

List of Tasty containing .tastyfile path and AST

Attributes