@@ -705,13 +705,13 @@ class Definitions {
705
705
lazy val QuotedExprType : TypeRef = ctx.requiredClassRef(" scala.quoted.Expr" )
706
706
def QuotedExprClass (implicit ctx : Context ): ClassSymbol = QuotedExprType .symbol.asClass
707
707
708
- lazy val InternalQuotedModule : TermRef = ctx.requiredModuleRef(" scala.internal.Quoted" )
709
- def InternalQuotedModuleClass : Symbol = InternalQuotedModule .symbol
710
- lazy val InternalQuoted_exprQuoteR : TermRef = InternalQuotedModuleClass .requiredMethodRef(" exprQuote" .toTermName)
708
+ lazy val InternalQuotedModuleRef : TermRef = ctx.requiredModuleRef(" scala.internal.Quoted" )
709
+ def InternalQuotedModule : Symbol = InternalQuotedModuleRef .symbol
710
+ lazy val InternalQuoted_exprQuoteR : TermRef = InternalQuotedModule .requiredMethodRef(" exprQuote" .toTermName)
711
711
def InternalQuoted_exprQuote (implicit ctx : Context ): Symbol = InternalQuoted_exprQuoteR .symbol
712
- lazy val InternalQuoted_exprSpliceR : TermRef = InternalQuotedModuleClass .requiredMethodRef(" exprSplice" .toTermName)
712
+ lazy val InternalQuoted_exprSpliceR : TermRef = InternalQuotedModule .requiredMethodRef(" exprSplice" .toTermName)
713
713
def InternalQuoted_exprSplice (implicit ctx : Context ): Symbol = InternalQuoted_exprSpliceR .symbol
714
- lazy val InternalQuoted_typeQuoteR : TermRef = InternalQuotedModuleClass .requiredMethodRef(" typeQuote" .toTermName)
714
+ lazy val InternalQuoted_typeQuoteR : TermRef = InternalQuotedModule .requiredMethodRef(" typeQuote" .toTermName)
715
715
def InternalQuoted_typeQuote (implicit ctx : Context ): Symbol = InternalQuoted_typeQuoteR .symbol
716
716
717
717
lazy val QuotedExprsModule : TermSymbol = ctx.requiredModule(" scala.quoted.Exprs" )
@@ -723,24 +723,8 @@ class Definitions {
723
723
lazy val QuotedType_spliceR : TypeRef = QuotedTypeClass .requiredType(tpnme.splice).typeRef
724
724
def QuotedType_splice : Symbol = QuotedType_spliceR .symbol
725
725
726
- lazy val QuotedTypeModuleType : TermRef = ctx.requiredModuleRef(" scala.quoted.Type" )
727
- def QuotedTypeModule (implicit ctx : Context ): Symbol = QuotedTypeModuleType .symbol
728
-
729
- lazy val QuotedLiftableModule : TermSymbol = ctx.requiredModule(" scala.quoted.Liftable" )
730
- def QuotedLiftableModuleClass (implicit ctx : Context ): ClassSymbol = QuotedLiftableModule .asClass
731
-
732
- def QuotedLiftable_BooleanIsLiftable : TermRef = QuotedLiftableModule .requiredMethodRef(" BooleanIsLiftable" )
733
- def QuotedLiftable_ByteIsLiftable : TermRef = QuotedLiftableModule .requiredMethodRef(" ByteIsLiftable" )
734
- def QuotedLiftable_CharIsLiftable : TermRef = QuotedLiftableModule .requiredMethodRef(" CharIsLiftable" )
735
- def QuotedLiftable_ShortIsLiftable : TermRef = QuotedLiftableModule .requiredMethodRef(" ShortIsLiftable" )
736
- def QuotedLiftable_IntIsLiftable : TermRef = QuotedLiftableModule .requiredMethodRef(" IntIsLiftable" )
737
- def QuotedLiftable_LongIsLiftable : TermRef = QuotedLiftableModule .requiredMethodRef(" LongIsLiftable" )
738
- def QuotedLiftable_FloatIsLiftable : TermRef = QuotedLiftableModule .requiredMethodRef(" FloatIsLiftable" )
739
- def QuotedLiftable_DoubleIsLiftable : TermRef = QuotedLiftableModule .requiredMethodRef(" DoubleIsLiftable" )
740
- def QuotedLiftable_StringIsLiftable : TermRef = QuotedLiftableModule .requiredMethodRef(" StringIsLiftable" )
741
-
742
- lazy val QuotedLiftableType : TypeRef = ctx.requiredClassRef(" scala.quoted.Liftable" )
743
- def QuotedLiftableClass (implicit ctx : Context ): ClassSymbol = QuotedLiftableType .symbol.asClass
726
+ lazy val QuotedTypeModuleRef : TermRef = ctx.requiredModuleRef(" scala.quoted.Type" )
727
+ def QuotedTypeModule (implicit ctx : Context ): Symbol = QuotedTypeModuleRef .symbol
744
728
745
729
def Unpickler_unpickleExpr : TermSymbol = ctx.requiredMethod(" scala.runtime.quoted.Unpickler.unpickleExpr" )
746
730
def Unpickler_liftedExpr : TermSymbol = ctx.requiredMethod(" scala.runtime.quoted.Unpickler.liftedExpr" )
@@ -752,6 +736,12 @@ class Definitions {
752
736
lazy val TastyReflectionModule : TermSymbol = ctx.requiredModule(" scala.tasty.Reflection" )
753
737
lazy val TastyReflection_macroContext : TermSymbol = TastyReflectionModule .requiredMethod(" macroContext" )
754
738
739
+ lazy val QuotedMatcherModuleRef : TermRef = ctx.requiredModuleRef(" scala.runtime.quoted.Matcher" )
740
+ def QuotedMatcherModule (implicit ctx : Context ): Symbol = QuotedMatcherModuleRef .symbol
741
+
742
+ lazy val QuotedMatcher_unapplyR : TermRef = QuotedMatcherModule .requiredMethodRef(nme.unapply)
743
+ def QuotedMatcher_unapply (implicit ctx : Context ) = QuotedMatcher_unapplyR .symbol
744
+
755
745
lazy val EqlType : TypeRef = ctx.requiredClassRef(" scala.Eql" )
756
746
def EqlClass (implicit ctx : Context ): ClassSymbol = EqlType .symbol.asClass
757
747
def EqlModule (implicit ctx : Context ): Symbol = EqlClass .companionModule
0 commit comments