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

  27. sealed trait Pos extends AnyRef
  28. case class RegionBrace(indent: Int, indentOnArrow: Boolean) extends SepRegion with Product with Serializable
  29. case class RegionEnum(indent: Int) extends SepRegion with Product with Serializable
  30. case class RegionIndent(indent: Int, closeOnNonCase: Boolean) extends SepRegion with Product with Serializable
  31. case class RegionIndentEnum(indent: Int) extends SepRegion with Product with Serializable
  32. sealed trait SepRegion extends AnyRef
  33. 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.

  34. trait SkAs extends AnyRef
  35. trait SkDerives extends AnyRef
  36. trait SkEnd extends AnyRef
  37. trait SkInfix extends AnyRef
  38. trait SkInline extends AnyRef
  39. trait SkOpaque extends AnyRef
  40. trait SkOpen extends AnyRef
  41. trait SkTransparent extends AnyRef
  42. trait SkUsing extends AnyRef
  43. trait StatSep extends AnyRef
  44. trait StatSeqEnd extends AnyRef
  45. trait TemplateIntro extends AnyRef
  46. sealed trait TemplateOwner extends AnyRef
  47. trait TokenIterator extends Iterator[Token]
  48. case class TokenPos(token: Token) extends Pos with Product with Serializable
  49. case class TreePos(tree: Tree) extends Pos with Product with Serializable
  50. trait Trivia extends AnyRef
  51. trait TypeIntro extends AnyRef
  52. trait Whitespace extends AnyRef
  53. 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 canBeFollowedByColonEol(colonEolCanStartIndent: collection.immutable.List[AllowColonEol], curr: Token): collection.immutable.List[AllowColonEol]
  31. def caseClause(forceSingleExpr: Boolean = false): Case
  32. def caseClauses(): collection.immutable.List[Case]
  33. def checkAssoc(op: Term.Name, leftAssoc: Boolean): Unit
  34. def classDef(mods: collection.immutable.List[Mod]): Class
  35. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  36. final def commaSeparated[T <: Tree](part: => T)(implicit arg0: AstInfo[T]): collection.immutable.List[T]
    Annotations
    @inline()
  37. def condExpr(): Term
  38. def constrBlock(): (Init, collection.immutable.List[Stat])
  39. def constrExpr(): (Init, collection.immutable.List[Stat])
  40. def constrIndent(): (Init, collection.immutable.List[Stat])
  41. def constrInternal(): (Init, collection.immutable.List[Stat])
  42. def constructorAnnots(): collection.immutable.List[Annot]
  43. def ctorModifiers(): Option[Mod]
  44. implicit val currentDialect: Dialect
  45. def defOrDclOrSecondaryCtor(mods: collection.immutable.List[Mod]): Stat
  46. def derivesClasses(): collection.immutable.List[Type]
  47. final def dropAnyBraces[T](body: => T): T
    Annotations
    @inline()
  48. def dropTrivialBlock(term: Term): Term
  49. def ellipsis[T <: Tree](rank: Int, astInfo: AstInfo[T], extraSkip: => Unit = {})(implicit arg0: AstInfo[T]): T
  50. def endMarker(): Stat
  51. def ensureEarlyDef(tree: Stat): Stat
  52. 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
  53. 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
  54. 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
  55. 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
  56. def entrypointCase(): Case
  57. def entrypointCtor(): Ctor
  58. def entrypointEnumerator(): Enumerator
  59. def entrypointExpr(): Term
  60. def entrypointImportee(): Importee
  61. def entrypointImporter(): Importer
  62. def entrypointInit(): Init
  63. def entrypointModifier(): Mod
  64. def entrypointPattern(): Pat
  65. def entrypointSelf(): Self
  66. def entrypointSource(): Source
  67. def entrypointStat(): Stat
  68. def entrypointTemplate(): Template
  69. def entrypointTermParam(): Param
  70. def entrypointType(): Type
  71. def entrypointTypeParam(): Param
  72. def enumCaseDef(mods: collection.immutable.List[Mod]): Stat
  73. def enumDef(mods: collection.immutable.List[Mod]): Enum
  74. def enumRepeatedCaseDef(mods: collection.immutable.List[Mod]): RepeatedEnumCase
  75. def enumSingleCaseDef(mods: collection.immutable.List[Mod]): EnumCase
  76. def enumerator(isFirst: Boolean, allowNestedIf: Boolean = true): collection.immutable.List[Enumerator]
  77. def enumerators(): collection.immutable.List[Enumerator]
  78. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  79. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  80. def existentialStats(): collection.immutable.List[Stat]
  81. def exportStmt(): Export
  82. def expr(location: Location, allowRepeated: Boolean): Term
  83. def expr(): Term
  84. def exprSimpleType(): Type
  85. def exprTypeArgs(): collection.immutable.List[Type]
  86. def extensionGroupDecl(mods: collection.immutable.List[Mod]): ExtensionGroup
  87. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  88. 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()
  89. def funDefOrDclOrExtensionOrSecondaryCtor(mods: collection.immutable.List[Mod]): Stat
  90. def funDefRest(mods: collection.immutable.List[Mod]): Stat
  91. def generator(eqOK: Boolean, allowNestedIf: Boolean = true): collection.immutable.List[Enumerator]
  92. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  93. def guard(): Option[Term]
  94. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  95. def ifClause(isInline: Boolean = false): If
  96. def implicitClosure(location: Location): Term.Function
  97. def importStmt(): Import
  98. def importWildcardOrName(): Importee
  99. def importee(): 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 inBracesOrError[T](body: => T, alt: T): T
    Annotations
    @inline()
  105. final def inBracesOrNil[T](body: => collection.immutable.List[T]): collection.immutable.List[T]
    Annotations
    @inline()
  106. final def inBracesOrUnit[T](body: => Term): Term
    Annotations
    @inline()
  107. final def inBrackets[T](body: => T): T
    Annotations
    @inline()
  108. 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()
  109. final def inParensOrError[T](body: => T, alt: T): T
    Annotations
    @inline()
  110. final def inParensOrNil[T](body: => collection.immutable.List[T]): collection.immutable.List[T]
    Annotations
    @inline()
  111. def inParensOrTupleOrUnit(location: Location, allowRepeated: Boolean): Term
  112. final def inParensOrUnit[T, Ret >: Lit](body: => Ret): Ret
    Annotations
    @inline()
  113. final def indented[T](body: => T): T
    Annotations
    @inline()
  114. def initInsideAnnotation(allowArgss: Boolean): Init
  115. def initInsideConstructor(): Init
  116. def initInsideTemplate(): Init
  117. def initRest(typeParser: () => Type, allowArgss: Boolean, allowBraces: Boolean): Init
  118. implicit def intToIndexPos(index: Int): IndexPos
  119. def interpolate[Ctx <: Tree, Ret <: Tree](arg: () => Ctx, result: (Term.Name, collection.immutable.List[Lit], collection.immutable.List[Ctx]) => Ret): Ret
  120. def interpolatePat(): Interpolate
  121. def interpolateTerm(): Interpolate
  122. def isAmpersand: Boolean
  123. def isBackquoted: Boolean
  124. def isBar: Boolean
  125. def isColonEol(token: Token): Boolean
  126. def isColonWildcardStar: Boolean
  127. def isIdent: Boolean
  128. def isIdentAnd(token: Token, pred: (String) => Boolean): Boolean
  129. def isIdentAnd(pred: (String) => Boolean): Boolean
  130. def isIdentExcept(except: String): Boolean
  131. def isIdentOf(name: String): Boolean
  132. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  133. def isSoftKw(token: Token, name: String): Boolean
  134. def isSpliceFollowedBy(check: => Boolean): Boolean
  135. def isStar: Boolean
  136. def isUnaryOp: Boolean
  137. def literal(isNegated: Boolean = false): Lit
  138. def localDef(implicitMod: Option[Implicit]): Stat
  139. def localModifiers(): collection.immutable.List[Mod]
  140. def macroQuote(): Term
  141. def macroQuotedIdent(): Term
  142. def macroSplice(): Term
  143. def macroSplicedIdent(): Term
  144. def makeTuple[T <: Tree](body: collection.immutable.List[T], zero: () => T, tuple: (collection.immutable.List[T]) => T): T
  145. def makeTupleTerm(body: collection.immutable.List[Term]): Term
  146. def makeTupleType(body: collection.immutable.List[Type]): Type
  147. def matchClause(t: Term): Match
  148. def mixinQualifier(): Name
  149. def modifier(): Mod
  150. def modifiers(isLocal: Boolean = false, isTparam: Boolean = false, isParams: Boolean = false): collection.immutable.List[Mod]
  151. implicit def modsToPos(mods: collection.immutable.List[Mod]): Pos
  152. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  153. def newLineOpt(): Unit
  154. def newLineOptWhenFollowedBy[T <: Token](implicit arg0: TokenInfo[T]): Unit
  155. def newLineOptWhenFollowing(p: (Token) => Boolean): Unit
  156. def newLinesOpt(): Unit
  157. def next(): Token
  158. def nextOnce(): Token
  159. def nextThrice(): Token
  160. def nextTwice(): Token
  161. def nonLocalDefOrDcl(): Stat
  162. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  163. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  164. def objectDef(mods: collection.immutable.List[Mod]): Object
  165. def onlyAcceptMod[M <: Mod, T <: Token](mods: collection.immutable.List[Mod], errorMsg: String)(implicit arg0: ClassTag[M], arg1: TokenInfo[T], classifier: Classifier[Mod, M]): Unit
  166. 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
  167. implicit def optionTreeToPos(tree: Option[Tree]): Pos
  168. def packageDef(): Pkg
  169. def packageObjectDef(): Object
  170. def packageOrPackageObjectDef(): Stat
  171. def param(ownerIsCase: Boolean, ownerIsType: Boolean, isImplicit: Boolean, isUsing: Boolean): Param
  172. def paramClauses(ownerIsType: Boolean, ownerIsCase: Boolean = false): collection.immutable.List[collection.immutable.List[Param]]
  173. def paramType(): Type
  174. def parseCase(): Case
  175. def parseCtor(): Ctor
  176. def parseEnumerator(): Enumerator
  177. def parseImportee(): Importee
  178. def parseImporter(): Importer
  179. def parseInit(): Init
  180. def parseMod(): Mod
  181. def parsePat(): Pat
  182. def parseRule[T <: Tree](rule: (ScalametaParser.this.type) => T): T
  183. def parseSelf(): Self
  184. def parseSource(): Source
  185. def parseStat(): Stat
  186. def parseTemplate(): Template
  187. def parseTerm(): Term
  188. def parseTermParam(): Param
  189. def parseType(): Type
  190. def parseTypeParam(): Param
  191. def parseUnquotePat(): Pat
  192. def parseUnquoteTerm(): Term
  193. lazy val parserTokenPositions: Array[Int]
  194. lazy val parserTokens: Tokens
  195. def patDefOrDcl(mods: collection.immutable.List[Mod]): Stat
  196. def path(thisOK: Boolean = true): Term.Ref
  197. def pattern(): Pat

    Default entry points into some pattern contexts.

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

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

  261. def topStat: PartialFunction[Token, Stat]
  262. def topStatSeq(): collection.immutable.List[Stat]
  263. def tparamModifiers(): Option[Mod]
  264. def traitDef(mods: collection.immutable.List[Mod]): Trait
  265. implicit def treeToTreePos(tree: Tree): TreePos
  266. def typ(): Type

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

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

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

  343. object outPattern extends PatternContextSensitive

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

  344. implicit object patInfixContext extends InfixContext
  345. object seqOK extends SeqContextSensitive

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

  346. object termInfixContext extends InfixContext
  347. 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