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

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
  6. implicit class XtensionToken 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 to any2stringadd[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 to ArrowAssoc[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: ClassTag[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.type
  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 blockStatSeq(allowRepeated: Boolean = false): collection.immutable.List[Stat]
  35. def bound[T](implicit arg0: ClassTag[T]): Option[Type]
  36. def caseClause(forceSingleExpr: Boolean = false): Case
  37. def caseClauses(): collection.immutable.List[Case]
  38. def caseClausesIfAny(): Option[collection.immutable.List[Case]]
  39. def checkAssoc(op: Name, leftAssoc: Boolean): Unit
    Annotations
    @inline()
  40. def classDef(mods: collection.immutable.List[Mod]): Class
  41. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. final def commaSeparated[T <: Tree](part: ⇒ T)(implicit arg0: AstInfo[T], arg1: ClassTag[T]): collection.immutable.List[T]
    Annotations
    @inline()
  43. final def commaSeparatedWithIndex[T <: Tree](part: (Int) ⇒ T)(implicit arg0: AstInfo[T], arg1: ClassTag[T]): collection.immutable.List[T]
    Annotations
    @inline()
  44. def condExpr(): Term
  45. def constrInternal(): (Init, collection.immutable.List[Stat])
  46. def defOrDclOrSecondaryCtor(mods: collection.immutable.List[Mod], enumCaseAllowed: Boolean = false, secondaryConstructorAllowed: Boolean = false): Stat
  47. def derivesClasses(): collection.immutable.List[Type]
  48. final def dropAnyBraces[T](body: ⇒ T): T
    Annotations
    @inline()
  49. def ellipsis[T <: Tree](ell: Ellipsis, extraSkip: ⇒ Unit)(implicit arg0: AstInfo[T], arg1: ClassTag[T]): T with Quasi
  50. def ellipsis[T <: Tree](ell: Ellipsis)(implicit arg0: AstInfo[T], arg1: ClassTag[T]): T with Quasi
  51. def ellipsis[T <: Tree](ell: Ellipsis, rank: Int, extraSkip: ⇒ Unit = {})(implicit arg0: AstInfo[T], arg1: ClassTag[T]): T
  52. def endMarker(): Stat
  53. def ensureEarlyDef(tree: Stat): Stat
  54. def ensuring(cond: (ScalametaParser) ⇒ Boolean, msg: ⇒ Any): ScalametaParser
    Implicit
    This member is added by an implicit conversion from ScalametaParser to Ensuring[ScalametaParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  55. def ensuring(cond: (ScalametaParser) ⇒ Boolean): ScalametaParser
    Implicit
    This member is added by an implicit conversion from ScalametaParser to Ensuring[ScalametaParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  56. def ensuring(cond: Boolean, msg: ⇒ Any): ScalametaParser
    Implicit
    This member is added by an implicit conversion from ScalametaParser to Ensuring[ScalametaParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  57. def ensuring(cond: Boolean): ScalametaParser
    Implicit
    This member is added by an implicit conversion from ScalametaParser to Ensuring[ScalametaParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  58. def entryPointAmmonite(): MultiSource
  59. def entrypointCase(): Case
  60. def entrypointCtor(): Ctor
  61. def entrypointEnumerator(): Enumerator
  62. def entrypointExpr(): Term
  63. def entrypointImportee(): Importee
  64. def entrypointImporter(): Importer
  65. def entrypointInit(): Init
  66. def entrypointModifier(): Mod
  67. def entrypointPattern(): Pat
  68. def entrypointSelf(): Self
  69. def entrypointSource(): Source
  70. def entrypointStat(): Stat
  71. def entrypointTemplate(): Template
  72. def entrypointTermParam(): Param
  73. def entrypointType(): Type
  74. def entrypointTypeParam(): Param
  75. def enumCaseDef(mods: collection.immutable.List[Mod]): Stat
  76. def enumDef(mods: collection.immutable.List[Mod]): Enum
  77. def enumRepeatedCaseDef(mods: collection.immutable.List[Mod]): RepeatedEnumCase
  78. def enumSingleCaseDef(mods: collection.immutable.List[Mod]): EnumCase
  79. def enumerators(): collection.immutable.List[Enumerator]
  80. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  81. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  82. def existentialStats(): collection.immutable.List[Stat]
  83. def exportStmt(): Stat
  84. def expr(location: Location, allowRepeated: Boolean): Term
  85. def expr(): Term
  86. def exprSimpleType(): Type
  87. def exprTypeArgs(): ArgClause
  88. def extensionGroupDecl(mods: collection.immutable.List[Mod]): ExtensionGroup
  89. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  90. def funDefOrDclOrExtensionOrSecondaryCtor(mods: collection.immutable.List[Mod]): Stat
  91. def funDefRest(mods: collection.immutable.List[Mod]): Stat
  92. def getAfterOptNewLine[A](body: ⇒ Option[A]): Option[A]
  93. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  94. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  95. def ifClause(mods: collection.immutable.List[Mod] = Nil): If
  96. def importStmt(): Import
  97. def importWildcardOrName(): Importee
  98. def importee(): Importee
  99. def importeeRename(from: Name): Importee
  100. def importees(): collection.immutable.List[Importee]
  101. def importer(): Importer
  102. var in: TokenIterator
  103. final def inBraces[T](body: ⇒ T): T
    Annotations
    @inline()
  104. final def inBracesOr[T](body: ⇒ T)(ifEmpty: ⇒ T): T
    Annotations
    @inline()
  105. final def inBracesOrNil[T](body: ⇒ collection.immutable.List[T]): collection.immutable.List[T]
    Annotations
    @inline()
  106. final def inBrackets[T](body: ⇒ T): T
    Annotations
    @inline()
  107. final def inParens[T](body: ⇒ T): T
    Annotations
    @inline()
  108. final def inParensOr[T](body: ⇒ T)(ifEmpty: ⇒ T): T
    Annotations
    @inline()
  109. final def indented[T](body: ⇒ T): T
    Annotations
    @inline()
  110. def init(): Init
  111. def initInsideConstructor(): Init
  112. def initInsideTemplate(): Init
  113. def initRest(typeParser: ⇒ Type, allowArgss: Boolean, insidePrimaryCtorAnnot: Boolean = false, allowBraces: Boolean = false, allowTypeSingleton: Boolean = true): Init
  114. 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.

    inline x match { ... }}} Scala 3 we need to create the Match first and only then add the the inline modifier.

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

    Default entry points into some pattern contexts.

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

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

  233. val topStat: PartialFunction[Token, Stat]
  234. def traitDef(mods: collection.immutable.List[Mod]): Trait
  235. implicit def treeToTreePos(tree: Tree): Pos
  236. def typ(): Type

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

  237. def typeBounds(): Bounds
  238. def typeDefOrDcl(mods: collection.immutable.List[Mod]): TypeDef
  239. def typeIndentedOpt(): Type
  240. def typeName(): Type.Name
  241. def typeParam(ownerIsType: Boolean, ctxBoundsAllowed: Boolean, allowUnderscore: Boolean = true): Param
  242. def typedOpt(): Option[Type]
  243. def unquote[T <: Tree](implicit arg0: AstInfo[T]): T with Quasi
  244. def unquoteExpr(): Term
  245. def unquotePattern(): Pat
  246. def unquoteSeqPattern(): Pat
  247. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  248. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  249. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  250. def xmlLiteralPattern(): Pat
  251. def xmlPat(): Xml
  252. def xmlTerm(): Xml
  253. def [B](y: B): (ScalametaParser, B)
    Implicit
    This member is added by an implicit conversion from ScalametaParser to ArrowAssoc[ScalametaParser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
  254. object AutoPos extends Pos with Product with Serializable
  255. object EndPosPreOutdent extends EndPos with Product with Serializable
  256. object OwnedByCaseClass extends TemplateOwner
  257. object OwnedByClass extends TemplateOwner
  258. object OwnedByEnum extends TemplateOwner
  259. object OwnedByObject extends TemplateOwner
  260. object OwnedByTrait extends TemplateOwner
  261. object noSeq extends SeqContextSensitive

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

  262. object outPattern extends PatternContextSensitive

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

  263. implicit object patInfixContext extends InfixContext
  264. object seqOK extends SeqContextSensitive

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

  265. object termInfixContext extends InfixContext

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ScalametaParser to StringFormat[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.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ScalametaParser to any2stringadd[ScalametaParser]

Inherited by implicit conversion StringFormat from ScalametaParser to StringFormat[ScalametaParser]

Inherited by implicit conversion Ensuring from ScalametaParser to Ensuring[ScalametaParser]

Inherited by implicit conversion ArrowAssoc from ScalametaParser to ArrowAssoc[ScalametaParser]

Ungrouped