StringContextMacro
extends ObjectSupertypes
ObjectMembers
trait
Reporter
This trait defines a tool to report errors/warnings that do not depend on Position.
This trait defines a tool to report errors/warnings that do not depend on Position.
inline
def
[Any]
)
: String
f
( sc: StringContext ) ( args:Implementation of scala.StringContext.f used in Dotty
Implementation of scala.StringContext.f used in Dotty
private
def
interpolate
( strCtxExpr: Expr[StringContext] , argsExpr: Expr[Seq[Any]] ) ( implicit qctx: QuoteContext ) : Expr[String]Interpolates the arguments to the formatting String given inside a StringContext
Interpolates the arguments to the formatting String given inside a StringContext
def
interpolate
( parts0: List[String] , args: Seq[Expr[Any]] , argsExpr: Expr[Seq[Any]] , reporter: Reporter ) ( implicit qctx: QuoteContext ) : Expr[String]Helper function for the interpolate function above
Helper function for the interpolate function above