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 MacroQuotedIdent extends AnyRef
  4. trait MacroSplicedIdent extends AnyRef
  5. 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.

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

  7. 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 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: 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, allowArgss: Boolean = true): Unit
  12. def argumentExpr(location: Location): Term
  13. def argumentExprs(location: Location = NoStat): collection.immutable.List[Term]
  14. def argumentExprsWithUsing(location: Location = NoStat): (collection.immutable.List[Term], Boolean)
  15. def argumentPattern(): Pat
  16. def argumentPatterns(): collection.immutable.List[Pat]
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def atCurPos[T <: Tree](body: ⇒ T): T
  19. def atCurPosNext[T <: Tree](body: ⇒ T): T
  20. def atPos[T <: Tree](pos: Int)(body: ⇒ T): T
  21. def atPos[T <: Tree](start: Int, end: EndPos)(body: T): T
    Annotations
    @inline()
  22. def atPos[T <: Tree](start: StartPos, end: EndPos)(body: ⇒ T): T
  23. def atPos[T <: Tree](token: Token)(body: ⇒ T): T
  24. def atPosTry[T <: Tree](start: StartPos, end: EndPos)(body: ⇒ Try[T]): Try[T]
  25. def atPosWithBody[T <: Tree](startTokenPos: Int, body: T, endPos: Int): T
  26. def auto: AutoPos.type
  27. def autoEndPos[T <: Tree](start: StartPos)(body: ⇒ T): T
    Annotations
    @inline()
  28. def autoEndPos[T <: Tree](start: Int)(body: ⇒ T): T
    Annotations
    @inline()
  29. def autoPos[T <: Tree](body: ⇒ T): T
  30. def autoPosTry[T <: Tree](body: ⇒ Try[T]): Try[T]
  31. def batchSource(statpf: PartialFunction[Token, Stat] = topStat): Source
  32. def block(isBlockOptional: Boolean = false, allowRepeated: Boolean = false): Term
  33. def blockExpr(isBlockOptional: Boolean = false, allowRepeated: Boolean = false): Term
  34. def blockStatSeq(allowRepeated: Boolean = false): collection.immutable.List[Stat]
  35. def bound[T](implicit arg0: tokens.TokenClassifier[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]): collection.immutable.List[T]
    Annotations
    @inline()
  43. def condExpr(): Term
  44. def condExprInParens[T <: Token](implicit arg0: TokenInfo[T]): Term
  45. def constrInternal(): (Init, collection.immutable.List[Stat])
  46. def ctorModifiers(): Option[Mod]
  47. def defOrDclOrSecondaryCtor(mods: collection.immutable.List[Mod], enumCaseAllowed: Boolean = false, secondaryConstructorAllowed: Boolean = false): Stat
  48. def derivesClasses(): collection.immutable.List[Type]
  49. final def dropAnyBraces[T](body: ⇒ T): T
    Annotations
    @inline()
  50. def ellipsis[T <: Tree](ell: Ellipsis, extraSkip: ⇒ Unit)(implicit astInfo: AstInfo[T]): T
  51. def ellipsis[T <: Tree](ell: Ellipsis)(implicit arg0: AstInfo[T]): T
  52. def ellipsis[T <: Tree](ell: Ellipsis, rank: Int, extraSkip: ⇒ Unit = {})(implicit arg0: AstInfo[T]): T
  53. def endMarker(): Stat
  54. def ensureEarlyDef(tree: Stat): Stat
  55. 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
  56. 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
  57. 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
  58. 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
  59. def entryPointAmmonite(): MultiSource
  60. def entrypointCase(): Case
  61. def entrypointCtor(): Ctor
  62. def entrypointEnumerator(): Enumerator
  63. def entrypointExpr(): Term
  64. def entrypointImportee(): Importee
  65. def entrypointImporter(): Importer
  66. def entrypointInit(): Init
  67. def entrypointModifier(): Mod
  68. def entrypointPattern(): Pat
  69. def entrypointSelf(): Self
  70. def entrypointSource(): Source
  71. def entrypointStat(): Stat
  72. def entrypointTemplate(): Template
  73. def entrypointTermParam(): Param
  74. def entrypointType(): Type
  75. def entrypointTypeParam(): Param
  76. def enumCaseDef(mods: collection.immutable.List[Mod]): Stat
  77. def enumDef(mods: collection.immutable.List[Mod]): Enum
  78. def enumRepeatedCaseDef(mods: collection.immutable.List[Mod]): RepeatedEnumCase
  79. def enumSingleCaseDef(mods: collection.immutable.List[Mod]): EnumCase
  80. def enumerators(): collection.immutable.List[Enumerator]
  81. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  82. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  83. def existentialStats(): collection.immutable.List[Stat]
  84. def exportStmt(): Stat
  85. def expr(location: Location, allowRepeated: Boolean): Term
  86. def expr(): Term
  87. def exprSimpleType(): Type
  88. def exprTypeArgs(): collection.immutable.List[Type]
  89. def extensionGroupDecl(mods: collection.immutable.List[Mod]): ExtensionGroup
  90. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  91. def followedByToken[T](implicit arg0: tokens.TokenClassifier[T]): Boolean
  92. 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
    @inline()
  93. def funDefOrDclOrExtensionOrSecondaryCtor(mods: collection.immutable.List[Mod]): Stat
  94. def funDefRest(mods: collection.immutable.List[Mod]): Stat
  95. final def getClass(): Class[_]
    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, alt: ⇒ 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. def inParensOrTupleOrUnitExpr(allowRepeated: Boolean): Term
  112. final def indented[T](body: ⇒ T): T
    Annotations
    @inline()
  113. def init(): Init
  114. def initInsideAnnotation(allowArgss: Boolean): Init
  115. def initInsideConstructor(): Init
  116. def initInsideTemplate(): Init
  117. def initRest(typeParser: ⇒ Type, allowArgss: Boolean, allowBraces: Boolean, allowTypeSingleton: Boolean): Init
  118. 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.

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

    Default entry points into some pattern contexts.

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

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

  250. val topStat: PartialFunction[Token, Stat]
  251. def tparamModifiers(): Option[Mod]
  252. def traitDef(mods: collection.immutable.List[Mod]): Trait
  253. implicit def treeToTreePos(tree: Tree): Pos
  254. def typ(): Type

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

  255. def typeBounds(): Bounds
  256. def typeDefOrDcl(mods: collection.immutable.List[Mod]): Member.Type with Stat
  257. def typeIndentedOpt(): Type
  258. def typeName(): Type.Name
  259. def typeOrInfixType(location: Location): Type
  260. def typeParam(ownerIsType: Boolean, ctxBoundsAllowed: Boolean, allowUnderscore: Boolean = true): Param
  261. def typeParamClauseOpt(ownerIsType: Boolean, ctxBoundsAllowed: Boolean, allowUnderscore: Boolean = true): collection.immutable.List[Param]
  262. def typedOpt(): Option[Type]
  263. def unquote[T <: Tree](implicit arg0: AstInfo[T]): T
  264. def unquoteExpr(): Term
  265. def unquotePattern(): Pat
  266. def unquoteXmlExpr(): Term
  267. def unquoteXmlPattern(): Pat
  268. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  269. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  270. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  271. def xmlLiteralPattern(): Pat
  272. def xmlPat(): Xml
  273. def xmlSeqPatterns(): collection.immutable.List[Pat]
  274. def xmlTerm(): Xml
  275. 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
  276. object AutoPos extends Pos with Product with Serializable
  277. object EndPosPreOutdent extends EndPos with Product with Serializable
  278. implicit object InvalidCaseImplicit extends InvalidModCombination[Mod.Case, Implicit]
  279. implicit object InvalidFinalAbstract extends InvalidModCombination[Final, Abstract]
  280. implicit object InvalidFinalSealed extends InvalidModCombination[Final, Sealed]
  281. implicit object InvalidOpenFinal extends InvalidModCombination[Open, Final]
  282. implicit object InvalidOpenSealed extends InvalidModCombination[Open, Sealed]
  283. implicit object InvalidOverrideAbstract extends InvalidModCombination[Override, Abstract]
  284. implicit object InvalidPrivateProtected extends InvalidModCombination[Private, Protected]
  285. implicit object InvalidProtectedPrivate extends InvalidModCombination[Protected, Private]
  286. object MacroQuotedIdent
  287. object MacroSplicedIdent
  288. object OwnedByCaseClass extends TemplateOwner
  289. object OwnedByClass extends TemplateOwner
  290. object OwnedByEnum extends TemplateOwner
  291. object OwnedByObject extends TemplateOwner
  292. object OwnedByTrait extends TemplateOwner
  293. object StartPosPrev extends StartPos with Product with Serializable
  294. object noSeq extends SeqContextSensitive

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

  295. object outPattern extends PatternContextSensitive

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

  296. implicit object patInfixContext extends InfixContext
  297. object seqOK extends SeqContextSensitive

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

  298. object termInfixContext extends InfixContext
  299. object xmlSeqOK extends SeqContextSensitive

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

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