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: x$1.reflect.Symbol, mainAnnotation: x$1.reflect.Term): Expr[MainData[T, B]]
def createMainData[T : Type, B : Type](using Quotes)(method: x$1.reflect.Symbol, mainAnnotation: x$1.reflect.Term, annotatedParamsLists: List[List[x$1.reflect.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]]