Packages

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, dialect: Dialect)

Type Members

  1. trait CanEndStat extends AnyRef
  2. trait CanStartIndent extends AnyRef
  3. trait CantStartStat extends AnyRef
  4. trait CaseDefEnd extends AnyRef
  5. trait CaseIntro extends AnyRef
  6. trait CloseDelim extends AnyRef
  7. trait DclIntro extends AnyRef
  8. trait DefIntro extends AnyRef
  9. trait EndMarkerIntro extends AnyRef
  10. trait EndMarkerWord extends AnyRef
  11. trait ExprIntro extends AnyRef
  12. case class IndexPos(index: Int) extends Pos with Product with Serializable
  13. sealed abstract class InfixContext extends AnyRef
  14. trait InlineSoftIdent extends AnyRef
  15. class InvalidModCombination[M1 <: Mod, M2 <: Mod] extends AnyRef
  16. trait LineEnd extends AnyRef
  17. trait Literal extends AnyRef
  18. trait LocalModifier extends AnyRef
  19. trait Modifier extends AnyRef
  20. trait NonlocalModifier extends AnyRef
  21. trait NumericLiteral extends AnyRef
  22. 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.

  23. sealed trait Pos extends AnyRef
  24. case class RegionBrace(indent: Int) extends SepRegion with Product with Serializable
  25. case class RegionEnum(indent: Int) extends SepRegion with Product with Serializable
  26. case class RegionIndent(indent: Int, closeOnNonCase: Boolean) extends SepRegion with Product with Serializable
  27. case class RegionIndentEnum(indent: Int) extends SepRegion with Product with Serializable
  28. sealed trait SepRegion extends AnyRef
  29. 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.

  30. trait StatSep extends AnyRef
  31. trait StatSeqEnd extends AnyRef
  32. trait TemplateIntro extends AnyRef
  33. sealed trait TemplateOwner extends AnyRef
  34. trait TokenIterator extends Iterator[Token]
  35. case class TokenPos(token: Token) extends Pos with Product with Serializable
  36. case class TreePos(tree: Tree) extends Pos with Product with Serializable
  37. trait Trivia extends AnyRef
  38. trait TypeIntro extends AnyRef
  39. trait Whitespace extends AnyRef
  40. implicit class XtensionTokenIndex 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 acceptOpt[T <: Token](implicit arg0: TokenInfo[T]): Unit

    If current token is T consume it.

  8. def acceptStatSep(): Unit
  9. def acceptStatSepOpt(): Unit
  10. def accessModifier(): Mod
  11. 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()
  12. def annots(skipNewLines: Boolean, allowArgss: Boolean = true): collection.immutable.List[Annot]
  13. def argumentExpr(): Term
  14. def argumentExprs(): collection.immutable.List[Term]
  15. def argumentExprsOrPrefixExpr(): collection.immutable.List[Term]
  16. def argumentExprsWithUsing(): (collection.immutable.List[Term], Boolean)
  17. def argumentPattern(): Pat
  18. def argumentPatterns(): collection.immutable.List[Pat]
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def atPos[T <: Tree](start: Pos, end: Pos)(body: => T): T
  21. def atPosTry[T <: Tree](start: Pos, end: Pos)(body: => Try[T]): Try[T]
  22. def auto: AutoPos
  23. def autoPos[T <: Tree](body: => T): T
  24. def autoPosTry[T <: Tree](body: => Try[T]): Try[T]
  25. def batchSource(): Source
  26. def block(): Term
  27. def blockExpr(): Term
  28. def blockStatSeq(): collection.immutable.List[Stat]
  29. def bound[T <: Token](implicit arg0: TokenInfo[T]): Option[Type]
  30. def caseClause(): Case
  31. def caseClauses(): collection.immutable.List[Case]
  32. def checkAssoc(op: Term.Name, leftAssoc: Boolean): Unit
  33. def classDef(mods: collection.immutable.List[Mod]): Class
  34. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  35. final def commaSeparated[T <: Tree](part: => T)(implicit arg0: AstInfo[T]): collection.immutable.List[T]
    Annotations
    @inline()
  36. def condExpr(): Term
  37. def constrBlock(): (Init, collection.immutable.List[Stat])
  38. def constrExpr(): (Init, collection.immutable.List[Stat])
  39. def constrIndent(): (Init, collection.immutable.List[Stat])
  40. def constrInternal(): (Init, collection.immutable.List[Stat])
  41. def constructorAnnots(): collection.immutable.List[Annot]
  42. def ctorModifiers(): Option[Mod]
  43. implicit val currentDialect: Dialect
  44. def defOrDclOrSecondaryCtor(mods: collection.immutable.List[Mod]): Stat
  45. final def dropAnyBraces[T](body: => T): T
    Annotations
    @inline()
  46. def dropTrivialBlock(term: Term): Term
  47. def ellipsis[T <: Tree](rank: Int, astInfo: AstInfo[T], extraSkip: => Unit = {})(implicit arg0: AstInfo[T]): T
  48. def endMarker(): Stat
  49. def ensureEarlyDef(tree: Stat): Stat
  50. 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
  51. 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
  52. 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
  53. 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
  54. def entrypointCase(): Case
  55. def entrypointCtor(): Ctor
  56. def entrypointEnumerator(): Enumerator
  57. def entrypointExpr(): Term
  58. def entrypointImportee(): Importee
  59. def entrypointImporter(): Importer
  60. def entrypointInit(): Init
  61. def entrypointModifier(): Mod
  62. def entrypointPattern(): Pat
  63. def entrypointSelf(): Self
  64. def entrypointSource(): Source
  65. def entrypointStat(): Stat
  66. def entrypointTemplate(): Template
  67. def entrypointTermParam(): Param
  68. def entrypointType(): Type
  69. def entrypointTypeParam(): Param
  70. def enumCaseDef(mods: collection.immutable.List[Mod]): Stat
  71. def enumDef(mods: collection.immutable.List[Mod]): Enum
  72. def enumRepeatedCaseDef(mods: collection.immutable.List[Mod]): RepeatedEnumCase
  73. def enumSingleCaseDef(mods: collection.immutable.List[Mod]): EnumCase
  74. def enumerator(isFirst: Boolean, allowNestedIf: Boolean = true): collection.immutable.List[Enumerator]
  75. def enumerators(): collection.immutable.List[Enumerator]
  76. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  77. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  78. def existentialStats(): collection.immutable.List[Stat]
  79. def exportStmt(): Export
  80. def expr(location: Location, allowRepeated: Boolean): Term
  81. def expr(): Term
  82. def exprSimpleType(): Type
  83. def exprTypeArgs(): collection.immutable.List[Type]
  84. def extensionGroupDecl(mods: collection.immutable.List[Mod]): ExtensionGroup
  85. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  86. 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
    @inline()
  87. def funDefOrDclOrExtensionOrSecondaryCtor(mods: collection.immutable.List[Mod]): Stat
  88. def funDefRest(mods: collection.immutable.List[Mod]): Stat
  89. def generator(eqOK: Boolean, allowNestedIf: Boolean = true): collection.immutable.List[Enumerator]
  90. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  91. def guard(): Option[Term]
  92. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  93. def implicitClosure(location: Location): Term.Function
  94. def importStmt(): Import
  95. def importWildcardOrName(): Importee
  96. def importee(): Importee
  97. def importees(): collection.immutable.List[Importee]
  98. def importer(): Importer
  99. var in: TokenIterator
  100. final def inBraces[T](body: => T): T
    Annotations
    @inline()
  101. final def inBracesOrError[T](body: => T, alt: T): T
    Annotations
    @inline()
  102. final def inBracesOrNil[T](body: => collection.immutable.List[T]): collection.immutable.List[T]
    Annotations
    @inline()
  103. final def inBracesOrUnit[T](body: => Term): Term
    Annotations
    @inline()
  104. final def inBrackets[T](body: => T): T
    Annotations
    @inline()
  105. final def inParens[T](body: => T): T

    Methods inParensOrError and similar take a second argument which, should the next token not be the expected opener (e.g.

    Methods inParensOrError and similar take a second argument which, should the next token not be the expected opener (e.g. token.LeftParen) will be returned instead of the contents of the groupers. However in all cases accept[LeftParen] will be called, so a parse error will still result. If the grouping is optional, token should be tested before calling these methods.

    Annotations
    @inline()
  106. final def inParensOrError[T](body: => T, alt: T): T
    Annotations
    @inline()
  107. final def inParensOrNil[T](body: => collection.immutable.List[T]): collection.immutable.List[T]
    Annotations
    @inline()
  108. def inParensOrTupleOrUnit(location: Location, allowRepeated: Boolean): Term
  109. final def inParensOrUnit[T, Ret >: Lit](body: => Ret): Ret
    Annotations
    @inline()
  110. final def indented[T](body: => T): T
    Annotations
    @inline()
  111. def initInsideAnnotation(allowArgss: Boolean): Init
  112. def initInsideConstructor(): Init
  113. def initInsideTemplate(): Init
  114. def initRest(typeParser: () => Type, allowArgss: Boolean, allowBraces: Boolean): Init
  115. implicit def intToIndexPos(index: Int): IndexPos
  116. def interpolate[Ctx <: Tree, Ret <: Tree](arg: () => Ctx, result: (Term.Name, collection.immutable.List[Lit], collection.immutable.List[Ctx]) => Ret): Ret
  117. def interpolatePat(): Interpolate
  118. def interpolateTerm(): Interpolate
  119. def isAmpersand: Boolean
  120. def isAsSoftKw(token: Token): Boolean
  121. def isBackquoted: Boolean
  122. def isBar: Boolean
  123. def isColonWildcardStar: Boolean
  124. def isIdent: Boolean
  125. def isIdentAnd(token: Token, pred: (String) => Boolean): Boolean
  126. def isIdentAnd(pred: (String) => Boolean): Boolean
  127. def isIdentExcept(except: String): Boolean
  128. def isIdentOf(name: String): Boolean
  129. def isInlineSoftKw(token: Token): Boolean
  130. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  131. def isSoftKw(token: Token, skw: SoftKeyword): Boolean
  132. def isSpliceFollowedBy(check: => Boolean): Boolean
  133. def isStar: Boolean
  134. def isUnaryOp: Boolean
  135. def literal(isNegated: Boolean = false): Lit
  136. def localDef(implicitMod: Option[Implicit]): Stat
  137. def localModifiers(): collection.immutable.List[Mod]
  138. def macroQuote(): Term
  139. def macroQuotedIdent(): Term
  140. def macroSplice(): Term
  141. def macroSplicedIdent(): Term
  142. def makeTuple[T <: Tree](body: collection.immutable.List[T], zero: () => T, tuple: (collection.immutable.List[T]) => T): T
  143. def makeTupleTerm(body: collection.immutable.List[Term]): Term
  144. def makeTupleType(body: collection.immutable.List[Type]): Type
  145. def methodParamModifiers(): collection.immutable.List[Mod]
  146. def mixinQualifier(): Name
  147. def modifier(): Mod
  148. def modifiers(isLocal: Boolean = false, isTparam: Boolean = false): collection.immutable.List[Mod]
  149. implicit def modsToPos(mods: collection.immutable.List[Mod]): Pos
  150. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  151. def newLineOpt(): Unit
  152. def newLineOptWhenFollowedBy[T <: Token](implicit arg0: TokenInfo[T]): Unit
  153. def newLineOptWhenFollowing(p: (Token) => Boolean): Unit
  154. def newLinesOpt(): Unit
  155. def next(): Token
  156. def nextOnce(): Token
  157. def nextThrice(): Token
  158. def nextTwice(): Token
  159. def nonLocalDefOrDcl(): Stat
  160. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  161. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  162. def objectDef(mods: collection.immutable.List[Mod]): Object
  163. def onlyAcceptMod[M <: Mod, T <: Token](mods: collection.immutable.List[Mod], errorMsg: String)(implicit classifier: Classifier[Mod, M], tag: ClassTag[M], tokenInfo: TokenInfo[T]): Unit
  164. def onlyAllowedMods[M1 <: Mod, M2 <: Mod](mods: collection.immutable.List[Mod], culprit: String)(implicit classifier1: Classifier[Mod, M1], tag1: ClassTag[M1], classifier2: Classifier[Mod, M2], tag2: ClassTag[M2]): Unit
  165. implicit def optionTreeToPos(tree: Option[Tree]): Pos
  166. def packageDef(): Pkg
  167. def packageObjectDef(): Object
  168. def packageOrPackageObjectDef(): Stat
  169. def param(ownerIsCase: Boolean, ownerIsType: Boolean, isImplicit: Boolean, isUsing: Boolean): Param
  170. def paramClauses(ownerIsType: Boolean, ownerIsCase: Boolean = false): collection.immutable.List[collection.immutable.List[Param]]
  171. def paramType(): Type
  172. def parseCase(): Case
  173. def parseCtor(): Ctor
  174. def parseEnumerator(): Enumerator
  175. def parseImportee(): Importee
  176. def parseImporter(): Importer
  177. def parseInit(): Init
  178. def parseMod(): Mod
  179. def parsePat(): Pat
  180. def parseRule[T <: Tree](rule: (ScalametaParser.this.type) => T): T
  181. def parseSelf(): Self
  182. def parseSource(): Source
  183. def parseStat(): Stat
  184. def parseTemplate(): Template
  185. def parseTerm(): Term
  186. def parseTermParam(): Param
  187. def parseType(): Type
  188. def parseTypeParam(): Param
  189. def parseUnquotePat(): Pat
  190. def parseUnquoteTerm(): Term
  191. lazy val parserTokenPositions: Array[Int]
  192. lazy val parserTokens: Tokens
  193. def patDefOrDcl(mods: collection.immutable.List[Mod]): Stat
  194. def path(thisOK: Boolean = true): Term.Ref
  195. def pattern(): Pat

    Default entry points into some pattern contexts.

  196. def patternTyp(): Type
  197. def patternTypeArgs(): collection.immutable.List[Type]
  198. def postfixExpr(allowRepeated: Boolean): Term
  199. def prefixExpr(allowRepeated: Boolean): Term
  200. def primaryCtor(owner: TemplateOwner): Primary
  201. def qualId(): Term.Ref
  202. def quasiquoteCase(): Case
  203. def quasiquoteCtor(): Ctor
  204. def quasiquoteEnumerator(): Enumerator
  205. def quasiquoteExpr(): Term
  206. def quasiquoteImportee(): Importee
  207. def quasiquoteImporter(): Importer
  208. def quasiquoteInit(): Init
  209. def quasiquoteModifier(): Mod
  210. def quasiquotePattern(): Pat
  211. def quasiquoteSelf(): Self
  212. def quasiquoteSource(): Source
  213. def quasiquoteStat(): Stat
  214. def quasiquoteTemplate(): Template
  215. def quasiquoteTermParam(): Param
  216. def quasiquoteType(): Type
  217. def quasiquoteTypeParam(): Param
  218. def refineStat(): Option[Stat]
  219. def refineStatSeq(): collection.immutable.List[Stat]
  220. def refinement(): collection.immutable.List[Stat]
  221. def rejectMod[M <: Mod](mods: collection.immutable.List[Mod], errorMsg: String)(implicit classifier: Classifier[Mod, M], tag: ClassTag[M]): Unit
  222. def rejectModCombination[M1 <: Mod, M2 <: Mod](mods: collection.immutable.List[Mod], culpritOpt: Option[String] = None)(implicit invalidMod: InvalidModCombination[M1, M2], classifier1: Classifier[Mod, M1], tag1: ClassTag[M1], classifier2: Classifier[Mod, M2], tag2: ClassTag[M2]): Unit
  223. lazy val reporter: Reporter
  224. lazy val scannerTokens: Tokens
  225. def scriptSource(): Source
  226. def secondaryCtor(mods: collection.immutable.List[Mod]): Secondary
  227. def secondaryCtorRest(mods: collection.immutable.List[Mod], name: Name, paramss: collection.immutable.List[collection.immutable.List[Param]]): Secondary
  228. def selector(t: Term): Select
  229. def selectors(t: Term): Term.Ref
  230. def self(): Self
  231. def seqPatterns(): collection.immutable.List[Pat]
  232. def simpleExpr(allowRepeated: Boolean): Term
  233. def simpleExprRest(t: Term, canApply: Boolean): Term
  234. def source(): Source
  235. def stableId(): Term.Ref
  236. def startInfixType(): Type
  237. def startModType(): Type
  238. def stat(body: => Stat): Stat
  239. def statSeq[T <: Tree](statpf: PartialFunction[Token, T], errorMsg: String = "illegal start of definition")(implicit arg0: AstInfo[T]): collection.immutable.List[T]
  240. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  241. def syntaxErrorExpected[T <: Token](implicit arg0: TokenInfo[T]): Nothing
  242. def template(afterExtend: Boolean = false): Template
  243. def templateBody(): (Self, collection.immutable.List[Stat])
  244. def templateBodyOpt(parenMeansSyntaxError: Boolean): (Self, collection.immutable.List[Stat])
  245. def templateOpt(owner: TemplateOwner): Template
  246. def templateParents(afterExtend: Boolean = false): collection.immutable.List[Init]
  247. def templateStat: PartialFunction[Token, Stat]
  248. def templateStatSeq(): (Self, collection.immutable.List[Stat])
  249. def templateStats(): collection.immutable.List[Stat]
  250. def termName(advance: Boolean = true): Term.Name
  251. def tmplDef(mods: collection.immutable.List[Mod]): Stat
  252. def toString(): String
    Definition Classes
    AnyRef → Any
  253. def token: Token
  254. final def tokenSeparated[Sep <: Token, T <: Tree](sepFirst: Boolean, part: => T)(implicit arg0: TokenInfo[Sep], arg1: AstInfo[T]): collection.immutable.List[T]
  255. implicit def tokenToTokenPos(token: Token): TokenPos
  256. def topLevelTmplDef: Stat

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

  257. def topStat: PartialFunction[Token, Stat]
  258. def topStatSeq(): collection.immutable.List[Stat]
  259. def tparamModifiers(): Option[Mod]
  260. def traitDef(mods: collection.immutable.List[Mod]): Trait
  261. implicit def treeToTreePos(tree: Tree): TreePos
  262. def typ(): Type

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

  263. def typeBounds(): Bounds
  264. def typeDefOrDcl(mods: collection.immutable.List[Mod]): Member.Type with Stat
  265. def typeName(advance: Boolean = true): Type.Name
  266. def typeOrInfixType(location: Location): Type
  267. def typeParam(ownerIsType: Boolean, ctxBoundsAllowed: Boolean, allowUnderscore: Boolean = true): Param
  268. def typeParamClauseOpt(ownerIsType: Boolean, ctxBoundsAllowed: Boolean, allowUnderscore: Boolean = true): collection.immutable.List[Param]
  269. def typedOpt(): Option[Type]
  270. def unquote[T <: Tree](implicit arg0: AstInfo[T]): T
  271. def unquote[T <: Tree](advance: Boolean = true)(implicit arg0: AstInfo[T]): T
  272. def unquoteExpr(): Term
  273. def unquotePattern(): Pat
  274. def unquoteXmlExpr(): Term
  275. def unquoteXmlPattern(): Pat
  276. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  277. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  278. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  279. def xmlLiteralPattern(): Pat
  280. def xmlPat(): Xml
  281. def xmlSeqPatterns(): collection.immutable.List[Pat]
  282. def xmlTerm(): Xml
  283. case object AutoPos extends Pos with Product with Serializable
  284. object CanEndStat
  285. object CanStartIndent
  286. object CantStartStat
  287. object CaseDefEnd
  288. object CaseIntro
  289. object CloseDelim
  290. object DclIntro
  291. object DefIntro
  292. object EndMarkerIntro
  293. object EndMarkerWord
  294. object ExprIntro
  295. object InlineSoftIdent
  296. implicit object InvalidCaseImplicit extends InvalidModCombination[Mod.Case, Implicit]
  297. implicit object InvalidFinalAbstract extends InvalidModCombination[Final, Abstract]
  298. implicit object InvalidFinalSealed extends InvalidModCombination[Final, Sealed]
  299. implicit object InvalidOpenFinal extends InvalidModCombination[Open, Final]
  300. implicit object InvalidOpenSealed extends InvalidModCombination[Open, Sealed]
  301. implicit object InvalidOverrideAbstract extends InvalidModCombination[Override, Abstract]
  302. implicit object InvalidPrivateProtected extends InvalidModCombination[Private, Protected]
  303. implicit object InvalidProtectedPrivate extends InvalidModCombination[Protected, Private]
  304. object LineEnd
  305. object Literal
  306. object LocalModifier
  307. object Modifier
  308. object NonlocalModifier
  309. object NumericLiteral
  310. object OwnedByCaseClass extends TemplateOwner
  311. object OwnedByClass extends TemplateOwner
  312. object OwnedByEnum extends TemplateOwner
  313. object OwnedByObject extends TemplateOwner
  314. object OwnedByTrait extends TemplateOwner
  315. case object RegionArrow extends SepRegion with Product with Serializable
  316. case object RegionBracket extends SepRegion with Product with Serializable
  317. case object RegionEnumArtificialMark extends SepRegion with Product with Serializable
  318. case object RegionParen extends SepRegion with Product with Serializable
  319. object StatSep
  320. object StatSeqEnd
  321. object TemplateIntro
  322. object Trivia
  323. object TypeIntro
  324. object Whitespace
  325. object noSeq extends SeqContextSensitive

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

  326. object outPattern extends PatternContextSensitive

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

  327. implicit object patInfixContext extends InfixContext
  328. object seqOK extends SeqContextSensitive

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

  329. object termInfixContext extends InfixContext
  330. object xmlSeqOK extends SeqContextSensitive

    For use from xml pattern, where sequence is allowed and encouraged.

Deprecated Value Members

  1. 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