class ScalametaParser extends AnyRef

Self Type
ScalametaParser
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalametaParser
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ScalametaParser(input: Input)(implicit dialect: Dialect)

Type Members

  1. sealed abstract class InfixContext extends AnyRef
  2. class InvalidModCombination[M1 <: Mod, M2 <: Mod] extends AnyRef
  3. trait PatternContextSensitive extends AnyRef

    Methods which implicitly propagate the context in which they were called: either in a pattern context or not.

    Methods which implicitly propagate the context in which they were called: either in a pattern context or not. Formerly, this was threaded through numerous methods as boolean isPattern.

  4. trait SeqContextSensitive extends PatternContextSensitive

    Methods which implicitly propagate whether the initial call took place in a context where sequences are allowed.

    Methods which implicitly propagate whether the initial call took place in a context where sequences are allowed. Formerly, this was threaded through methods as boolean seqOK.

  5. sealed trait TemplateOwner extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ScalametaParser toany2stringadd[ScalametaParser] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ScalametaParser, B)
    Implicit
    This member is added by an implicit conversion from ScalametaParser toArrowAssoc[ScalametaParser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def accept[T <: Token](implicit arg0: TokenInfo[T]): Unit

    Consume one token of the specified type, or signal an error if it is not there.

  7. def acceptStatSep(): Unit
  8. def acceptStatSepOpt(): Unit
  9. final def ahead[T](body: => T): T

    Scoping operator used to temporarily look into the future.

    Scoping operator used to temporarily look into the future. Backs up token iterator before evaluating a block and restores it after.

    Annotations
    @inline()
  10. def annots(skipNewLines: Boolean, allowArgss: Boolean = true): collection.immutable.List[Annot]
  11. def annotsBuf[T >: Annot](annots: ListBuffer[T], skipNewLines: Boolean, insidePrimaryCtorAnnot: Boolean = false, allowArgss: Boolean = true): Unit
  12. def argumentPattern(): Pat
  13. def argumentPatterns(): collection.immutable.List[Pat]
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def atCurPos[T <: Tree](body: => T): T
  16. def atCurPosNext[T <: Tree](body: => T): T
  17. def atPos[T <: Tree](pos: Int)(body: => T): T
  18. def atPos[T <: Tree](start: Int, end: EndPos)(body: T): T
    Annotations
    @inline()
  19. def atPos[T <: Tree](start: StartPos, end: EndPos)(body: => T): T
  20. def atPosOpt[T <: Tree](start: Int, end: EndPos)(body: T): T
  21. def atPosOpt[T <: Tree](start: StartPos, end: EndPos)(body: => T): T
  22. def atPosTry[T <: Tree](start: StartPos, end: EndPos)(body: => Try[T]): Try[T]
  23. def atPosTryOpt[T <: Tree](start: StartPos, end: EndPos)(body: => Try[T]): Try[T]
  24. def atPosWithBody[T <: Tree](startPos: Int, body: T, endPos: Int): T
  25. def auto: AutoPos
  26. def autoEndPos[T <: Tree](start: StartPos)(body: => T): T
    Annotations
    @inline()
  27. def autoEndPos[T <: Tree](start: Int)(body: => T): T
    Annotations
    @inline()
  28. def autoEndPosOpt[T <: Tree](start: Int)(body: => T): T
    Annotations
    @inline()
  29. def autoPos[T <: Tree](body: => T): T
  30. def autoPosOpt[T <: Tree](body: => T): T
  31. def autoPosTry[T <: Tree](body: => Try[T]): Try[T]
  32. def autoPrevPos[T <: Tree](body: => T): T
    Annotations
    @inline()
  33. def batchSource(statpf: PartialFunction[Token, Stat] = topStat): Source
  34. def block(isBlockOptional: Boolean = false, allowRepeated: Boolean = false): Term
  35. def blockExpr(isBlockOptional: Boolean = false, allowRepeated: Boolean = false): Term
  36. def blockStatSeq(allowRepeated: Boolean = false): collection.immutable.List[Stat]
  37. def bound[T](implicit arg0: tokens.TokenClassifier[T]): Option[Type]
  38. def caseClause(forceSingleExpr: Boolean = false): Case
  39. def caseClauses(): collection.immutable.List[Case]
  40. def caseClausesIfAny(): Option[collection.immutable.List[Case]]
  41. def checkAssoc(op: Name, leftAssoc: Boolean): Unit
    Annotations
    @inline()
  42. def classDef(mods: collection.immutable.List[Mod]): Class
  43. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  44. final def commaSeparated[T <: Tree](part: => T)(implicit arg0: AstInfo[T]): collection.immutable.List[T]
    Annotations
    @inline()
  45. def condExpr(): Term
  46. def constrInternal(): (Init, collection.immutable.List[Stat])
  47. def ctorModifiers(): Option[Mod]
  48. def defOrDclOrSecondaryCtor(mods: collection.immutable.List[Mod], enumCaseAllowed: Boolean = false, secondaryConstructorAllowed: Boolean = false): Stat
  49. def derivesClasses(): collection.immutable.List[Type]
  50. final def dropAnyBraces[T](body: => T): T
    Annotations
    @inline()
  51. def ellipsis[T <: Tree](ell: Ellipsis, extraSkip: => Unit)(implicit arg0: AstInfo[T]): T
  52. def ellipsis[T <: Tree](ell: Ellipsis)(implicit arg0: AstInfo[T]): T
  53. def ellipsis[T <: Tree](ell: Ellipsis, rank: Int, extraSkip: => Unit = {})(implicit arg0: AstInfo[T]): T
  54. def endMarker(): Stat
  55. def ensureEarlyDef(tree: Stat): Stat
  56. def ensuring(cond: (ScalametaParser) => Boolean, msg: => Any): ScalametaParser
    Implicit
    This member is added by an implicit conversion from ScalametaParser toEnsuring[ScalametaParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  57. def ensuring(cond: (ScalametaParser) => Boolean): ScalametaParser
    Implicit
    This member is added by an implicit conversion from ScalametaParser toEnsuring[ScalametaParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  58. def ensuring(cond: Boolean, msg: => Any): ScalametaParser
    Implicit
    This member is added by an implicit conversion from ScalametaParser toEnsuring[ScalametaParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  59. def ensuring(cond: Boolean): ScalametaParser
    Implicit
    This member is added by an implicit conversion from ScalametaParser toEnsuring[ScalametaParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  60. def entryPointAmmonite(): MultiSource
  61. def entrypointCase(): Case
  62. def entrypointCtor(): Ctor
  63. def entrypointEnumerator(): Enumerator
  64. def entrypointExpr(): Term
  65. def entrypointImportee(): Importee
  66. def entrypointImporter(): Importer
  67. def entrypointInit(): Init
  68. def entrypointModifier(): Mod
  69. def entrypointPattern(): Pat
  70. def entrypointSelf(): Self
  71. def entrypointSource(): Source
  72. def entrypointStat(): Stat
  73. def entrypointTemplate(): Template
  74. def entrypointTermParam(): Param
  75. def entrypointType(): Type
  76. def entrypointTypeParam(): Param
  77. def enumCaseDef(mods: collection.immutable.List[Mod]): Stat
  78. def enumDef(mods: collection.immutable.List[Mod]): Enum
  79. def enumRepeatedCaseDef(mods: collection.immutable.List[Mod]): RepeatedEnumCase
  80. def enumSingleCaseDef(mods: collection.immutable.List[Mod]): EnumCase
  81. def enumerators(): collection.immutable.List[Enumerator]
  82. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  83. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  84. def existentialStats(): collection.immutable.List[Stat]
  85. def exportStmt(): Stat
  86. def expr(location: Location, allowRepeated: Boolean): Term
  87. def expr(): Term
  88. def exprSimpleType(): Type
  89. def exprTypeArgs(): ArgClause
  90. def extensionGroupDecl(mods: collection.immutable.List[Mod]): ExtensionGroup
  91. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  92. def funDefOrDclOrExtensionOrSecondaryCtor(mods: collection.immutable.List[Mod]): Stat
  93. def funDefRest(mods: collection.immutable.List[Mod]): Stat
  94. def getAfterOptNewLine[A](body: => Option[A]): Option[A]
  95. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  96. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  97. def ifClause(mods: collection.immutable.List[Mod] = Nil): If
  98. def implicitClosure(location: Location): Term.Function
  99. def importStmt(): Import
  100. def importWildcardOrName(): Importee
  101. def importee(): Importee
  102. def importeeRename(from: Name): Importee
  103. def importees(): collection.immutable.List[Importee]
  104. def importer(): Importer
  105. var in: TokenIterator
  106. final def inBraces[T](body: => T): T
    Annotations
    @inline()
  107. final def inBracesOr[T](body: => T)(ifEmpty: => T): T
    Annotations
    @inline()
  108. final def inBracesOrNil[T](body: => collection.immutable.List[T]): collection.immutable.List[T]
    Annotations
    @inline()
  109. final def inBrackets[T](body: => T): T
    Annotations
    @inline()
  110. final def inParens[T](body: => T): T
    Annotations
    @inline()
  111. final def inParensOr[T](body: => T)(ifEmpty: => T): T
    Annotations
    @inline()
  112. final def indented[T](body: => T): T
    Annotations
    @inline()
  113. def init(): Init
  114. def initInsideConstructor(): Init
  115. def initInsideTemplate(): Init
  116. def initRest(typeParser: => Type, allowArgss: Boolean, insidePrimaryCtorAnnot: Boolean = false, allowBraces: Boolean = false, allowTypeSingleton: Boolean = true): Init
  117. def inlineMatchClause(inlineMods: collection.immutable.List[Mod]): Match

    Deals with Scala 3 concept of

    Deals with Scala 3 concept of

    inline x match { ...

    . Since matches can also be chained in Scala 3 we need to create the Match first and only then add the the inline modifier.

  118. implicit def intToIndexPos(index: Int): Pos
  119. def interpolatePat(): Interpolate
  120. def interpolateTerm(): Interpolate
  121. def isAfterOptNewLine[T](implicit arg0: tokens.TokenClassifier[T]): Boolean
  122. def isBar: Boolean
  123. def isIdentExcept(except: String): Boolean
  124. def isIdentOf(tok: Token, name: String): Boolean
  125. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  126. def isStar(tok: Token): Boolean
  127. def isStar: Boolean
    Annotations
    @inline()
  128. def isUnaryOp: Boolean
  129. def isVarargStarParam(allowRepeated: Boolean): Boolean
  130. def literal(isNegated: Boolean = false): Lit
  131. def localDef(implicitMod: Option[Implicit]): Stat
  132. def macroQuote(): Term
  133. def macroSplice(): Term
  134. def mixinQualifier(): Name
  135. def modifiersBuf(buf: ListBuffer[Mod], isLocal: Boolean = false, isParams: Boolean = false): Unit
  136. implicit def modsToPos(mods: collection.immutable.List[Mod]): Pos
  137. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  138. def newLineOpt(): Unit
    Annotations
    @inline()
  139. def newLineOptWhenFollowedBy[T](implicit arg0: tokens.TokenClassifier[T]): Unit
  140. def newLineOptWhenFollowedBySignificantIndentationAnd(cond: (Token) => Boolean): Boolean
  141. def newLinesOpt(): Unit
    Annotations
    @inline()
  142. def next(): Unit
  143. def nextTwice(): Unit
  144. def nonLocalDefOrDcl(enumCaseAllowed: Boolean = false, secondaryConstructorAllowed: Boolean = false): Stat
  145. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  146. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  147. def objectDef(mods: collection.immutable.List[Mod]): Object
  148. def onlyAcceptMod[M <: Mod, T](mods: collection.immutable.List[Mod], errorMsg: String)(implicit arg0: ClassTag[M], arg1: tokens.TokenClassifier[T], classifier: Classifier[Mod, M]): Unit
  149. def onlyAllowedMods(mods: collection.immutable.List[Mod], matchers: collection.immutable.List[(Mod) => Boolean], culprit: String): Unit
  150. def onlyAllowedMods[M1 <: Mod, M2 <: Mod](mods: collection.immutable.List[Mod], culprit: String)(implicit classifier1: Classifier[Mod, M1], classifier2: Classifier[Mod, M2]): Unit
  151. implicit def optionTreeToPos(tree: Option[Tree]): Pos
  152. def packageOrPackageObjectDef(statpf: PartialFunction[Token, Stat]): Stat
  153. def paramType(): Type
  154. def parseAmmonite(): MultiSource
  155. def parseCase(): Case
  156. def parseCtor(): Ctor
  157. def parseEnumerator(): Enumerator
  158. def parseImportee(): Importee
  159. def parseImporter(): Importer
  160. def parseInit(): Init
  161. def parseMod(): Mod
  162. def parsePat(): Pat
  163. def parseRule[T <: Tree](rule: => T): T
  164. def parseRule[T <: Tree](rule: (ScalametaParser.this.type) => T): T
  165. def parseSelf(): Self
  166. def parseSource(): Source
  167. def parseStat(): Stat
  168. def parseTemplate(): Template
  169. def parseTerm(): Term
  170. def parseTermParam(): Param
  171. def parseType(): Type
  172. def parseTypeParam(): Param
  173. def parseUnquotePat(): Pat
  174. def parseUnquoteTerm(): Term
  175. def patDefOrDcl(mods: collection.immutable.List[Mod]): Stat
  176. def path(thisOK: Boolean = true): Term.Ref
  177. def pattern(): Pat

    Default entry points into some pattern contexts.

  178. def patternTyp(): Type
  179. def patternTypeArgs(): ArgClause
  180. def peekIndex: Int
    Annotations
    @inline()
  181. def peekToken: Token
    Annotations
    @inline()
  182. def polyFunction(): PolyFunction
  183. def postfixExpr(allowRepeated: Boolean, location: Location = NoStat): Term
  184. def prefixExpr(allowRepeated: Boolean): Term
  185. def prevTokenPos: Int
    Annotations
    @inline()
  186. def primaryCtor(owner: TemplateOwner): Primary
  187. def qualId(): Term.Ref
  188. def quasiquoteCase(): Case
  189. def quasiquoteCtor(): Ctor
  190. def quasiquoteEnumerator(): Enumerator
  191. def quasiquoteExpr(): Term
  192. def quasiquoteImportee(): Importee
  193. def quasiquoteImporter(): Importer
  194. def quasiquoteInit(): Init
  195. def quasiquoteModifier(): Mod
  196. def quasiquotePattern(): Pat
  197. def quasiquoteSelf(): Self
  198. def quasiquoteSource(): Source
  199. def quasiquoteStat(): Stat
  200. def quasiquoteTemplate(): Template
  201. def quasiquoteTermParam(): Param
  202. def quasiquoteType(): Type
  203. def quasiquoteTypeParam(): Param
  204. def refineStat(): Option[Stat]
  205. def refineStatSeq(): collection.immutable.List[Stat]
  206. def rejectMod[M <: Mod](mods: collection.Iterable[Mod], errorMsg: String)(implicit classifier: Classifier[Mod, M], tag: ClassTag[M]): Unit
  207. def rejectModCombination[M1 <: Mod, M2 <: Mod](mods: collection.Iterable[Mod], culpritOpt: => Option[String] = None)(implicit arg0: ClassTag[M1], arg1: ClassTag[M2], classifier1: Classifier[Mod, M1], classifier2: Classifier[Mod, M2]): Unit
  208. def rejectModWith[M <: Mod](m2: Mod, mods: collection.Iterable[Mod], culpritOpt: => Option[String] = None)(implicit arg0: ClassTag[M], classifier: Classifier[Mod, M]): Unit
  209. lazy val reporter: Reporter
  210. def secondaryCtor(mods: collection.immutable.List[Mod]): Secondary
  211. def secondaryCtorRest(mods: collection.immutable.List[Mod], name: Name, paramss: collection.immutable.Seq[ParamClause]): Secondary
  212. def selector(t: Term): Select
    Annotations
    @inline()
  213. def selector(t: Term, startPos: Int): Select
  214. def seqPatterns(): collection.immutable.List[Pat]
  215. def simpleExpr(allowRepeated: Boolean): Term
  216. def source(): Source
  217. def stableId(): Term.Ref
  218. def startInfixType(): Type
  219. def startModType(): Type
  220. def stat(body: => Stat): Stat
  221. def statSeq[T <: Tree](statpf: PartialFunction[Token, T], errorMsg: String = "illegal start of definition")(implicit arg0: AstInfo[T]): collection.immutable.List[T]
  222. def statSeqBuf[T <: Tree](stats: ListBuffer[T], statpf: PartialFunction[Token, T], errorMsg: String = "illegal start of definition")(implicit arg0: AstInfo[T]): Unit
  223. def summonClassifierFunc[A, B](implicit v: Classifier[A, B]): (A) => Boolean
  224. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  225. def syntaxErrorExpected[T <: Token](implicit tokenInfo: TokenInfo[T]): Nothing
  226. def template(afterExtend: Boolean = false, enumCaseAllowed: Boolean, secondaryConstructorAllowed: Boolean): Template
  227. def template(edefs: collection.immutable.List[Stat], parents: collection.immutable.List[Init], enumCaseAllowed: Boolean, secondaryConstructorAllowed: Boolean): Template
  228. def templateBody(enumCaseAllowed: Boolean = false, secondaryConstructorAllowed: Boolean = false): (Self, collection.immutable.List[Stat])
  229. def templateBodyOpt(parenMeansSyntaxError: Boolean, enumCaseAllowed: Boolean = false, secondaryConstructorAllowed: Boolean = false): (Self, collection.immutable.List[Stat])
  230. def templateOpt(owner: TemplateOwner): Template
  231. def templateParents(afterExtend: Boolean = false): collection.immutable.List[Init]
  232. def templateStat(enumCaseAllowed: Boolean = false, secondaryConstructorAllowed: Boolean = false): PartialFunction[Token, Stat]
  233. def templateStatSeq(enumCaseAllowed: Boolean = false, secondaryConstructorAllowed: Boolean = false): (Self, collection.immutable.List[Stat])
  234. def termName(): Term.Name
  235. def termParam(ownerIsCase: Boolean, ownerIsType: Boolean, mod: Option[ParamsType] = None): Param
  236. def termParamClauses(ownerIsType: Boolean, ownerIsCase: Boolean = false): collection.immutable.List[ParamClause]
  237. def tmplDef(mods: collection.immutable.List[Mod]): Stat
  238. def toString(): String
    Definition Classes
    AnyRef → Any
  239. def token: Token
  240. def tokenPos: Int
    Annotations
    @inline()
  241. final def tokenSeparated[Sep, T <: Tree](sepFirst: Boolean, part: => T)(implicit arg0: tokens.TokenClassifier[Sep], arg1: AstInfo[T]): collection.immutable.List[T]
  242. def topLevelTmplDef: Stat

    Hook for IDE, for top-level classes/objects.

  243. val topStat: PartialFunction[Token, Stat]
  244. def tparamModifiers(): Option[Mod]
  245. def traitDef(mods: collection.immutable.List[Mod]): Trait
  246. implicit def treeToTreePos(tree: Tree): Pos
  247. def typ(): Type

    These are default entry points into the pattern context sensitive methods: they are all initiated from non-pattern context.

  248. def typeBounds(): Bounds
  249. def typeDefOrDcl(mods: collection.immutable.List[Mod]): Member.Type with Stat
  250. def typeIndentedOpt(): Type
  251. def typeName(): Type.Name
  252. def typeOrInfixType(location: Location): Type
  253. def typeParam(ownerIsType: Boolean, ctxBoundsAllowed: Boolean, allowUnderscore: Boolean = true): Param
  254. def typedOpt(): Option[Type]
  255. def unquote[T <: Tree](implicit arg0: AstInfo[T]): T with Quasi
  256. def unquoteExpr(): Term
  257. def unquotePattern(): Pat
  258. def unquoteSeqPattern(): Pat
  259. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  260. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  261. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  262. def xmlLiteralPattern(): Pat
  263. def xmlPat(): Xml
  264. def xmlTerm(): Xml
  265. case object AutoPos extends Pos with Product with Serializable
  266. case object EndPosPreOutdent extends EndPos with Product with Serializable
  267. implicit object InvalidCaseImplicit extends InvalidModCombination[Mod.Case, Implicit]
  268. implicit object InvalidFinalAbstract extends InvalidModCombination[Final, Abstract]
  269. implicit object InvalidFinalSealed extends InvalidModCombination[Final, Sealed]
  270. implicit object InvalidOpenFinal extends InvalidModCombination[Open, Final]
  271. implicit object InvalidOpenSealed extends InvalidModCombination[Open, Sealed]
  272. implicit object InvalidOverrideAbstract extends InvalidModCombination[Override, Abstract]
  273. implicit object InvalidPrivateProtected extends InvalidModCombination[Private, Protected]
  274. implicit object InvalidProtectedPrivate extends InvalidModCombination[Protected, Private]
  275. object OwnedByCaseClass extends TemplateOwner
  276. object OwnedByClass extends TemplateOwner
  277. object OwnedByEnum extends TemplateOwner
  278. object OwnedByObject extends TemplateOwner
  279. object OwnedByTrait extends TemplateOwner
  280. object noSeq extends SeqContextSensitive

    The implementation for parsing inside of patterns at points where sequences are disallowed.

  281. object outPattern extends PatternContextSensitive

    The implementation of the context sensitive methods for parsing outside of patterns.

  282. implicit object patInfixContext extends InfixContext
  283. object seqOK extends SeqContextSensitive

    The implementation for parsing inside of patterns at points where sequences are allowed.

  284. object termInfixContext extends InfixContext

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ScalametaParser toStringFormat[ScalametaParser] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (ScalametaParser, B)
    Implicit
    This member is added by an implicit conversion from ScalametaParser toArrowAssoc[ScalametaParser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromScalametaParser to any2stringadd[ScalametaParser]

Inherited by implicit conversion StringFormat fromScalametaParser to StringFormat[ScalametaParser]

Inherited by implicit conversion Ensuring fromScalametaParser to Ensuring[ScalametaParser]

Inherited by implicit conversion ArrowAssoc fromScalametaParser to ArrowAssoc[ScalametaParser]

Ungrouped