Macros

replpp.shaded.mainargs.Macros$
object Macros

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Macros.type

Members list

Value members

Concrete methods

def createMainData[T : Type, B : Type](using Quotes)(method: Symbol, mainAnnotation: Term): Expr[MainData[T, B]]
def createMainData[T : Type, B : Type](using Quotes)(method: Symbol, mainAnnotation: Term, annotatedParamsLists: List[List[Symbol]]): Expr[MainData[T, B]]
def parserForClass[B](using Quotes, Type[B]): Expr[ParserForClass[B]]
def parserForMethods[B](base: Expr[B])(using Quotes, Type[B]): Expr[ParserForMethods[B]]