Util

object Util
class Object
trait Matchable
class Any

Value members

Concrete methods

def cleanName(name0: String): String
def getName(qctx: Quotes)(s: Symbol): String
def isMacro(qctx: Quotes)(s: Symbol): Boolean
def isMacroName(name: String): Boolean
def isSynthetic(qctx: Quotes)(s: Symbol): Boolean
def isSyntheticName(name: String): Boolean
def literal(qctx: Quotes)(value: String): Expr[String]
def literal(qctx: Quotes)(value: Int): Expr[Int]