S2StringContextCreation

Methods to create interpolated fragments with no implicits

class Object
trait Matchable
class Any

Type members

Classlikes

implicit implicit class specificationInStringContext(sc: StringContext)

Value members

Concrete methods

def s2(content: String, Yrangepos: Boolean, texts: Seq[String], textsStartPositions: Seq[String], textsEndPositions: Seq[String], variables: Seq[InterpolatedFragment], rangeExpressions: Seq[String]): Fragments

based on the interpolated variables and the expressions captured with the macro, create the appropriate fragments

based on the interpolated variables and the expressions captured with the macro, create the appropriate fragments

if the Yrangepos scalac option is not set then we use an approximated method to find the expressions texts

Inherited methods

Inherited from:
FragmentsFactory

Implicits

Implicits

final implicit def specificationInStringContext(sc: StringContext): specificationInStringContext