Class/Object

scala.meta.internal.parsers

ScalametaParser

Related Docs: object ScalametaParser | package parsers

Permalink

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)

    Permalink

Type Members

  1. sealed abstract class InfixContext extends AnyRef

    Permalink
  2. class InvalidModCombination[M1 <: Mod, M2 <: Mod] extends AnyRef

    Permalink
  3. trait PatternContextSensitive extends AnyRef

    Permalink

    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

    Permalink

    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

    Permalink
  6. implicit class XtensionToken extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    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)

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef → Any
  6. object AutoPos extends Pos with Product with Serializable

    Permalink
  7. object EndPosPreOutdent extends EndPos with Product with Serializable

    Permalink
  8. object OwnedByCaseClass extends TemplateOwner

    Permalink
  9. object OwnedByClass extends TemplateOwner

    Permalink
  10. object OwnedByEnum extends TemplateOwner

    Permalink
  11. object OwnedByObject extends TemplateOwner

    Permalink
  12. object OwnedByTrait extends TemplateOwner

    Permalink
  13. def accept[T <: Token](implicit arg0: ClassTag[T]): Unit

    Permalink

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

  14. def acceptStatSep(): Unit

    Permalink
  15. def acceptStatSepOpt(): Unit

    Permalink
  16. final def ahead[T](body: ⇒ T): T

    Permalink

    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()
  17. def annots(skipNewLines: Boolean, allowArgss: Boolean = true): collection.immutable.List[Annot]

    Permalink
  18. def annotsBuf[T >: Annot](annots: ListBuffer[T], skipNewLines: Boolean, insidePrimaryCtorAnnot: Boolean = false, allowArgss: Boolean = true): Unit

    Permalink
  19. def argumentPattern(): Pat

    Permalink
  20. def argumentPatterns(): collection.immutable.List[Pat]

    Permalink
  21. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  22. def atCurPos[T <: Tree](body: ⇒ T): T

    Permalink
  23. def atCurPosNext[T <: Tree](body: ⇒ T): T

    Permalink
  24. def atPos[T <: Tree](pos: Int)(body: ⇒ T): T

    Permalink
  25. def atPos[T <: Tree](start: Int, end: EndPos)(body: T): T

    Permalink
    Annotations
    @inline()
  26. def atPos[T <: Tree](start: StartPos, end: EndPos)(body: ⇒ T): T

    Permalink
  27. def atPosOpt[T <: Tree](start: Int, end: EndPos)(body: T): T

    Permalink
  28. def atPosOpt[T <: Tree](start: StartPos, end: EndPos)(body: ⇒ T): T

    Permalink
  29. def atPosTry[T <: Tree](start: StartPos, end: EndPos)(body: ⇒ Try[T]): Try[T]

    Permalink
  30. def atPosTryOpt[T <: Tree](start: StartPos, end: EndPos)(body: ⇒ Try[T]): Try[T]

    Permalink
  31. def atPosWithBody[T <: Tree](startPos: Int, body: T, endPos: Int): T

    Permalink
  32. def auto: AutoPos.type

    Permalink
  33. def autoEndPos[T <: Tree](start: StartPos)(body: ⇒ T): T

    Permalink
    Annotations
    @inline()
  34. def autoEndPos[T <: Tree](start: Int)(body: ⇒ T): T

    Permalink
    Annotations
    @inline()
  35. def autoEndPosOpt[T <: Tree](start: Int)(body: ⇒ T): T

    Permalink
    Annotations
    @inline()
  36. def autoPos[T <: Tree](body: ⇒ T): T

    Permalink
  37. def autoPosOpt[T <: Tree](body: ⇒ T): T

    Permalink
  38. def autoPosTry[T <: Tree](body: ⇒ Try[T]): Try[T]

    Permalink
  39. def autoPrevPos[T <: Tree](body: ⇒ T): T

    Permalink
    Annotations
    @inline()
  40. def batchSource(statpf: PartialFunction[Token, Stat] = topStat): Source

    Permalink
  41. def blockStatSeq(allowRepeated: Boolean = false): collection.immutable.List[Stat]

    Permalink
  42. def bound[T](implicit arg0: ClassTag[T]): Option[Type]

    Permalink
  43. def caseClause(forceSingleExpr: Boolean = false): Case

    Permalink
  44. def caseClauses(): collection.immutable.List[Case]

    Permalink
  45. def caseClausesIfAny(): Option[collection.immutable.List[Case]]

    Permalink
  46. def checkAssoc(op: Name, leftAssoc: Boolean): Unit

    Permalink
    Annotations
    @inline()
  47. def classDef(mods: collection.immutable.List[Mod]): Class

    Permalink
  48. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def commaSeparated[T <: Tree](part: ⇒ T)(implicit arg0: AstInfo[T], arg1: ClassTag[T]): collection.immutable.List[T]

    Permalink
    Annotations
    @inline()
  50. final def commaSeparatedWithIndex[T <: Tree](part: (Int) ⇒ T)(implicit arg0: AstInfo[T], arg1: ClassTag[T]): collection.immutable.List[T]

    Permalink
    Annotations
    @inline()
  51. def condExpr(): Term

    Permalink
  52. def constrInternal(): (Init, collection.immutable.List[Stat])

    Permalink
  53. def defOrDclOrSecondaryCtor(mods: collection.immutable.List[Mod], enumCaseAllowed: Boolean = false, secondaryConstructorAllowed: Boolean = false): Stat

    Permalink
  54. def derivesClasses(): collection.immutable.List[Type]

    Permalink
  55. final def dropAnyBraces[T](body: ⇒ T): T

    Permalink
    Annotations
    @inline()
  56. def ellipsis[T <: Tree](ell: Ellipsis, extraSkip: ⇒ Unit)(implicit arg0: AstInfo[T], arg1: ClassTag[T]): T with Quasi

    Permalink
  57. def ellipsis[T <: Tree](ell: Ellipsis)(implicit arg0: AstInfo[T], arg1: ClassTag[T]): T with Quasi

    Permalink
  58. def ellipsis[T <: Tree](ell: Ellipsis, rank: Int, extraSkip: ⇒ Unit = {})(implicit arg0: AstInfo[T], arg1: ClassTag[T]): T

    Permalink
  59. def endMarker(): Stat

    Permalink
  60. def ensureEarlyDef(tree: Stat): Stat

    Permalink
  61. def ensuring(cond: (ScalametaParser) ⇒ Boolean, msg: ⇒ Any): ScalametaParser

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalametaParser to Ensuring[ScalametaParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  62. def ensuring(cond: (ScalametaParser) ⇒ Boolean): ScalametaParser

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalametaParser to Ensuring[ScalametaParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  63. def ensuring(cond: Boolean, msg: ⇒ Any): ScalametaParser

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalametaParser to Ensuring[ScalametaParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  64. def ensuring(cond: Boolean): ScalametaParser

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalametaParser to Ensuring[ScalametaParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  65. def entryPointAmmonite(): MultiSource

    Permalink
  66. def entrypointCase(): Case

    Permalink
  67. def entrypointCtor(): Ctor

    Permalink
  68. def entrypointEnumerator(): Enumerator

    Permalink
  69. def entrypointExpr(): Term

    Permalink
  70. def entrypointImportee(): Importee

    Permalink
  71. def entrypointImporter(): Importer

    Permalink
  72. def entrypointInit(): Init

    Permalink
  73. def entrypointModifier(): Mod

    Permalink
  74. def entrypointPattern(): Pat

    Permalink
  75. def entrypointSelf(): Self

    Permalink
  76. def entrypointSource(): Source

    Permalink
  77. def entrypointStat(): Stat

    Permalink
  78. def entrypointTemplate(): Template

    Permalink
  79. def entrypointTermParam(): Param

    Permalink
  80. def entrypointType(): Type

    Permalink
  81. def entrypointTypeParam(): Param

    Permalink
  82. def enumCaseDef(mods: collection.immutable.List[Mod]): Stat

    Permalink
  83. def enumDef(mods: collection.immutable.List[Mod]): Enum

    Permalink
  84. def enumRepeatedCaseDef(mods: collection.immutable.List[Mod]): RepeatedEnumCase

    Permalink
  85. def enumSingleCaseDef(mods: collection.immutable.List[Mod]): EnumCase

    Permalink
  86. def enumerators(): collection.immutable.List[Enumerator]

    Permalink
  87. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  88. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  89. def existentialStats(): collection.immutable.List[Stat]

    Permalink
  90. def exportStmt(): Stat

    Permalink
  91. def expr(location: Location, allowRepeated: Boolean): Term

    Permalink
  92. def expr(): Term

    Permalink
  93. def exprSimpleType(): Type

    Permalink
  94. def exprTypeArgs(): ArgClause

    Permalink
  95. def extensionGroupDecl(mods: collection.immutable.List[Mod]): ExtensionGroup

    Permalink
  96. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  97. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    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()
  98. def funDefOrDclOrExtensionOrSecondaryCtor(mods: collection.immutable.List[Mod]): Stat

    Permalink
  99. def funDefRest(mods: collection.immutable.List[Mod]): Stat

    Permalink
  100. def getAfterOptNewLine[A](body: ⇒ Option[A]): Option[A]

    Permalink
  101. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  102. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  103. def ifClause(mods: collection.immutable.List[Mod] = Nil): If

    Permalink
  104. def importStmt(): Import

    Permalink
  105. def importWildcardOrName(): Importee

    Permalink
  106. def importee(): Importee

    Permalink
  107. def importeeRename(from: Name): Importee

    Permalink
  108. def importees(): collection.immutable.List[Importee]

    Permalink
  109. def importer(): Importer

    Permalink
  110. var in: TokenIterator

    Permalink
  111. final def inBraces[T](body: ⇒ T): T

    Permalink
    Annotations
    @inline()
  112. final def inBracesOr[T](body: ⇒ T)(ifEmpty: ⇒ T): T

    Permalink
    Annotations
    @inline()
  113. final def inBracesOrNil[T](body: ⇒ collection.immutable.List[T]): collection.immutable.List[T]

    Permalink
    Annotations
    @inline()
  114. final def inBrackets[T](body: ⇒ T): T

    Permalink
    Annotations
    @inline()
  115. final def inParens[T](body: ⇒ T): T

    Permalink
    Annotations
    @inline()
  116. final def inParensOr[T](body: ⇒ T)(ifEmpty: ⇒ T): T

    Permalink
    Annotations
    @inline()
  117. final def indented[T](body: ⇒ T): T

    Permalink
    Annotations
    @inline()
  118. def init(): Init

    Permalink
  119. def initInsideConstructor(): Init

    Permalink
  120. def initInsideTemplate(): Init

    Permalink
  121. def initRest(typeParser: ⇒ Type, allowArgss: Boolean, insidePrimaryCtorAnnot: Boolean = false, allowBraces: Boolean = false, allowTypeSingleton: Boolean = true): Init

    Permalink
  122. def inlineMatchClause(inlineMods: collection.immutable.List[Mod]): Match

    Permalink

    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.

  123. implicit def intToIndexPos(index: Int): Pos

    Permalink
  124. def interpolatePat(): Interpolate

    Permalink
  125. def interpolateTerm(): Interpolate

    Permalink
  126. def isAfterOptNewLine(body: (Token) ⇒ Boolean): Boolean

    Permalink
  127. def isAfterOptNewLine[T](implicit arg0: ClassTag[T]): Boolean

    Permalink
  128. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  129. def isStar(tok: Token): Boolean

    Permalink
  130. def isStar: Boolean

    Permalink
    Annotations
    @inline()
  131. def literal(): Lit

    Permalink
  132. def localDef(implicitMod: Option[Implicit]): Stat

    Permalink
  133. def memberParamClauseGroups(ownerIsType: Boolean, ctxBoundsAllowed: Boolean): collection.immutable.List[ParamClauseGroup]

    Permalink
  134. def mixinQualifier(): Name

    Permalink
  135. def modifiersBuf(buf: ListBuffer[Mod], isLocal: Boolean = false, isParams: Boolean = false): Unit

    Permalink
  136. implicit def modsToPos(mods: collection.immutable.List[Mod]): Pos

    Permalink
  137. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  138. def newLineOpt(): Unit

    Permalink
    Annotations
    @inline()
  139. def newLineOptWhenFollowedBy[T](implicit arg0: ClassTag[T]): Unit

    Permalink
  140. def newLineOptWhenFollowedBy(unapply: (Token) ⇒ Boolean): Unit

    Permalink
  141. def newLineOptWhenFollowedBySignificantIndentationAnd(cond: (Token) ⇒ Boolean): Boolean

    Permalink
  142. def newLinesOpt(): Unit

    Permalink
    Annotations
    @inline()
  143. def next(): Unit

    Permalink
    Annotations
    @inline()
  144. def nextTwice(): Unit

    Permalink
  145. object noSeq extends SeqContextSensitive

    Permalink

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

  146. def nonLocalDefOrDcl(enumCaseAllowed: Boolean = false, secondaryConstructorAllowed: Boolean = false): Stat

    Permalink
  147. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  148. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  149. def objectDef(mods: collection.immutable.List[Mod]): Object

    Permalink
  150. def onlyAcceptMod[M <: Mod](ok: (Token) ⇒ Boolean)(mods: collection.immutable.List[Mod])(errorMsg: String)(implicit arg0: ClassTag[M]): Unit

    Permalink
  151. def onlyAcceptMod[M <: Mod, T](mods: collection.immutable.List[Mod], errorMsg: String)(implicit arg0: ClassTag[M], classifier: tokens.TokenClassifier[T]): Unit

    Permalink
  152. def onlyAllowedMods(mods: collection.immutable.List[Mod], matchers: collection.immutable.List[(Mod) ⇒ Boolean], culprit: String): Unit

    Permalink
  153. def onlyAllowedMods[M1 <: Mod, M2 <: Mod](mods: collection.immutable.List[Mod], culprit: String)(implicit classifier1: Classifier[Mod, M1], classifier2: Classifier[Mod, M2]): Unit

    Permalink
  154. implicit def optionTreeToPos(tree: Option[Tree]): Pos

    Permalink
  155. object outPattern extends PatternContextSensitive

    Permalink

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

  156. def packageOrPackageObjectDef(statpf: PartialFunction[Token, Stat]): Stat

    Permalink
  157. def paramType(): Type

    Permalink
  158. def parseAmmonite(): MultiSource

    Permalink
  159. def parseCase(): Case

    Permalink
  160. def parseCtor(): Ctor

    Permalink
  161. def parseEnumerator(): Enumerator

    Permalink
  162. def parseImportee(): Importee

    Permalink
  163. def parseImporter(): Importer

    Permalink
  164. def parseInit(): Init

    Permalink
  165. def parseMod(): Mod

    Permalink
  166. def parsePat(): Pat

    Permalink
  167. def parseRule[T <: Tree](rule: ⇒ T): T

    Permalink
  168. def parseRule[T <: Tree](rule: (ScalametaParser.this.type) ⇒ T): T

    Permalink
  169. def parseSelf(): Self

    Permalink
  170. def parseSource(): Source

    Permalink
  171. def parseStat(): Stat

    Permalink
  172. def parseTemplate(): Template

    Permalink
  173. def parseTerm(): Term

    Permalink
  174. def parseTermParam(): Param

    Permalink
  175. def parseType(): Type

    Permalink
  176. def parseTypeParam(): Param

    Permalink
  177. def parseUnquotePat(): Pat

    Permalink
  178. def parseUnquoteTerm(): Term

    Permalink
  179. def patDefOrDcl(mods: collection.immutable.List[Mod]): Stat

    Permalink
  180. implicit object patInfixContext extends InfixContext

    Permalink
  181. def path(thisOK: Boolean = true): Term.Ref

    Permalink
  182. def pattern(): Pat

    Permalink

    Default entry points into some pattern contexts.

  183. def patternTyp(): Type

    Permalink
  184. def patternTypeArgs(): ArgClause

    Permalink
  185. def peekIndex: Int

    Permalink
    Annotations
    @inline()
  186. def peekToken: Token

    Permalink
    Annotations
    @inline()
  187. def polyFunction(): PolyFunction

    Permalink
  188. def postfixExpr(allowRepeated: Boolean): Term

    Permalink
  189. def prefixExpr(allowRepeated: Boolean): Term

    Permalink
  190. def prevToken: Token

    Permalink
    Annotations
    @inline()
  191. def prevTokenPos: Int

    Permalink
    Annotations
    @inline()
  192. def primaryCtor(owner: TemplateOwner): Primary

    Permalink
  193. def qualId(): Term.Ref

    Permalink
  194. def quasiquoteCase(): Case

    Permalink
  195. def quasiquoteCtor(): Ctor

    Permalink
  196. def quasiquoteEnumerator(): Enumerator

    Permalink
  197. def quasiquoteExpr(): Term

    Permalink
  198. def quasiquoteImportee(): Importee

    Permalink
  199. def quasiquoteImporter(): Importer

    Permalink
  200. def quasiquoteInit(): Init

    Permalink
  201. def quasiquoteModifier(): Mod

    Permalink
  202. def quasiquotePattern(): Pat

    Permalink
  203. def quasiquoteSelf(): Self

    Permalink
  204. def quasiquoteSource(): Source

    Permalink
  205. def quasiquoteStat(): Stat

    Permalink
  206. def quasiquoteTemplate(): Template

    Permalink
  207. def quasiquoteTermParam(): Param

    Permalink
  208. def quasiquoteType(): Type

    Permalink
  209. def quasiquoteTypeParam(): Param

    Permalink
  210. def refineStat(): Option[Stat]

    Permalink
  211. def refineStatSeq(): collection.immutable.List[Stat]

    Permalink
  212. def rejectMod[M <: Mod](mods: collection.Iterable[Mod], errorMsg: String)(implicit tag: ClassTag[M]): Unit

    Permalink
  213. def rejectModCombination[M1 <: Mod, M2 <: Mod](mods: collection.Iterable[Mod], culpritOpt: ⇒ Option[String] = None)(implicit arg0: ClassTag[M1], arg1: ClassTag[M2]): Unit

    Permalink
  214. def rejectModWith[M <: Mod](m2: Mod, mods: collection.Iterable[Mod], culpritOpt: ⇒ Option[String] = None)(implicit arg0: ClassTag[M]): Unit

    Permalink
  215. final lazy val reporter: Reporter

    Permalink
  216. def secondaryCtor(mods: collection.immutable.List[Mod]): Secondary

    Permalink
  217. def secondaryCtorRest(mods: collection.immutable.List[Mod], name: This, paramss: collection.immutable.Seq[ParamClause]): Secondary

    Permalink
  218. def selector(t: Term, startPos: Int): Select

    Permalink
  219. object seqOK extends SeqContextSensitive

    Permalink

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

  220. def seqPatterns(): collection.immutable.List[Pat]

    Permalink
  221. def simpleExpr(allowRepeated: Boolean): Term

    Permalink
  222. def source(): Source

    Permalink
  223. def stableId(): Term.Ref

    Permalink
  224. def startInfixType(): Type

    Permalink
  225. def startModType(): Type

    Permalink
  226. def stat(body: ⇒ Stat): Stat

    Permalink
  227. def statSeq[T <: Tree](statpf: PartialFunction[Token, T], errorMsg: String = "illegal start of definition"): collection.immutable.List[T]

    Permalink
  228. def statSeqBuf[T <: Tree](stats: ListBuffer[T], statpf: PartialFunction[Token, T], errorMsg: String = "illegal start of definition"): Boolean

    Permalink
  229. def summonClassifierFunc[A, B](implicit v: Classifier[A, B]): (A) ⇒ Boolean

    Permalink
  230. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  231. def template(owner: TemplateOwner, afterExtend: Boolean = false): Template

    Permalink
  232. def templateBodyOpt(owner: TemplateOwner): (Self, collection.immutable.List[Stat])

    Permalink
  233. def templateOpt(owner: TemplateOwner): Template

    Permalink
  234. def templateParents(afterExtend: Boolean = false): collection.immutable.List[Init]

    Permalink
  235. def templateStat(enumCaseAllowed: Boolean = false, secondaryConstructorAllowed: Boolean = false): PartialFunction[Token, Stat]

    Permalink
  236. object termInfixContext extends InfixContext

    Permalink
  237. def termName(): Term.Name

    Permalink
  238. def termParam(ownerIsCase: Boolean, ownerIsType: Boolean, mod: Option[ParamsType] = None)(paramIdx: Int): Param

    Permalink
  239. def termParamClauses(ownerIsType: Boolean, ownerIsCase: Boolean = false): collection.immutable.List[ParamClause]

    Permalink
  240. def tmplDef(mods: collection.immutable.List[Mod]): Stat

    Permalink
  241. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  242. def token: Token

    Permalink
    Annotations
    @inline()
  243. def tokenPos: Int

    Permalink
    Annotations
    @inline()
  244. 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]

    Permalink
  245. def topLevelTmplDef: Stat

    Permalink

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

  246. val topStat: PartialFunction[Token, Stat]

    Permalink
  247. def traitDef(mods: collection.immutable.List[Mod]): Trait

    Permalink
  248. implicit def treeToTreePos(tree: Tree): Pos

    Permalink
  249. def typ(): Type

    Permalink

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

  250. def typeBounds(): Bounds

    Permalink
  251. def typeDefOrDcl(mods: collection.immutable.List[Mod]): TypeDef

    Permalink
  252. def typeIndentedOpt(): Type

    Permalink
  253. def typeName(): Type.Name

    Permalink
  254. def typeParam(ownerIsType: Boolean, ctxBoundsAllowed: Boolean, allowUnderscore: Boolean = true): Param

    Permalink
  255. def typedOpt(): Option[Type]

    Permalink
  256. def unquote[T <: Tree](implicit arg0: AstInfo[T]): T with Quasi

    Permalink
  257. def unquoteExpr(): Term

    Permalink
  258. def unquotePattern(): Pat

    Permalink
  259. def unquoteSeqPattern(): Pat

    Permalink
  260. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  261. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  262. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  263. def xmlLiteralPattern(): Pat

    Permalink
  264. def xmlPat(): Xml

    Permalink
  265. def xmlTerm(): Xml

    Permalink
  266. def [B](y: B): (ScalametaParser, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalametaParser to ArrowAssoc[ScalametaParser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

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