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

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

  4. sealed trait TemplateOwner extends AnyRef

    Permalink
  5. 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 OwnedByCaseClass extends TemplateOwner

    Permalink
  8. object OwnedByClass extends TemplateOwner

    Permalink
  9. object OwnedByEnum extends TemplateOwner

    Permalink
  10. object OwnedByGiven 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 acceptIfStatSep(): Boolean

    Permalink
    Annotations
    @inline()
  15. def acceptStatSep(): Boolean

    Permalink
  16. def acceptStatSepOpt(): Boolean

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

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

    Permalink
  20. def argumentPattern(): Pat

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

    Permalink
  22. final def asInstanceOf[T0]: T0

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

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

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

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

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

    Permalink
  28. def atPosIf[T <: Tree](start: Int, end: EndPos)(body: Option[T]): Option[T]

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  40. def autoPosIf[T <: Tree](body: ⇒ Option[T]): Option[T]

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

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

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

    Permalink
    Annotations
    @inline()
  44. def blockStatSeq(allowRepeated: Boolean = false): collection.immutable.List[Stat]

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

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

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

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

    Permalink
  49. def casesBlock(): CasesBlock

    Permalink
  50. def casesBlockIfAny(): Option[CasesBlock]

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

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

    Permalink
  53. def clone(): AnyRef

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

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

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

    Permalink
  57. def constrInternal(): Block

    Permalink
  58. def currIndex: Int

    Permalink
    Annotations
    @inline()
  59. def currToken: Token

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

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

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

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

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

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

    Permalink
  66. def endMarker(): Stat

    Permalink
  67. 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
  68. 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
  69. 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
  70. 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
  71. def entryPointAmmonite(): MultiSource

    Permalink
  72. def entrypointCase(): Case

    Permalink
  73. def entrypointCtor(): Ctor

    Permalink
  74. def entrypointEnumerator(): Enumerator

    Permalink
  75. def entrypointExpr(): Term

    Permalink
  76. def entrypointImportee(): Importee

    Permalink
  77. def entrypointImporter(): Importer

    Permalink
  78. def entrypointInit(): Init

    Permalink
  79. def entrypointModifier(): Mod

    Permalink
  80. def entrypointPattern(): Pat

    Permalink
  81. def entrypointSelf(): Self

    Permalink
  82. def entrypointSource(): Source

    Permalink
  83. def entrypointStat(): Stat

    Permalink
  84. def entrypointTemplate(): Template

    Permalink
  85. def entrypointTermParam(): Param

    Permalink
  86. def entrypointType(): Type

    Permalink
  87. def entrypointTypeParam(): Param

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  94. def exportStmt(): Stat

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

    Permalink
  96. def expr(): Term

    Permalink
  97. def exprSimpleType(): Type

    Permalink
  98. def exprTypeArgs(): ArgClause

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

    Permalink
  100. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  101. 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()
  102. def funDefOrDclOrExtensionOrSecondaryCtor(mods: collection.immutable.List[Mod]): Stat

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

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

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

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

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

    Permalink
  108. def importStmt(): Import

    Permalink
  109. def importWildcardOrName(): Importee

    Permalink
  110. def importee(): Importee

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

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

    Permalink
  113. def importer(): Importer

    Permalink
  114. var in: TokenIterator

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

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

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

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

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

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

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

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

    Permalink
  123. def initInsideConstructor(): Init

    Permalink
  124. def initInsideTemplate(): Init

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

    Permalink
  126. 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.

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

    Permalink
  128. def interpolatePat(): Interpolate

    Permalink
  129. def interpolateTerm(): Interpolate

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

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

    Permalink
  132. def isAtEndMarker(): Boolean

    Permalink
  133. def isImplicitStatSep(): Boolean

    Permalink
    Annotations
    @inline()
  134. final def isInstanceOf[T0]: Boolean

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

    Permalink
  136. def isStar: Boolean

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

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

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

    Permalink
  140. def mixinQualifier(): Name

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

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

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

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

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

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

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

    Permalink
  148. def newLinesOpt(): Unit

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

    Permalink
  150. def nextTwice(): Unit

    Permalink
  151. object noSeq extends SeqContextSensitive

    Permalink

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

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

    Permalink
  153. final def notify(): Unit

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

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

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

    Permalink
  157. object outPattern extends PatternContextSensitive

    Permalink

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

  158. def paramType(): Type

    Permalink
  159. def parseAmmonite(): MultiSource

    Permalink
  160. def parseCase(): Case

    Permalink
  161. def parseCtor(): Ctor

    Permalink
  162. def parseEnumerator(): Enumerator

    Permalink
  163. def parseImportee(): Importee

    Permalink
  164. def parseImporter(): Importer

    Permalink
  165. def parseInit(): Init

    Permalink
  166. def parseMod(): Mod

    Permalink
  167. def parsePat(): Pat

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

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

    Permalink
  170. def parseSelf(): Self

    Permalink
  171. def parseSource(): Source

    Permalink
  172. def parseStat(): Stat

    Permalink
  173. def parseTemplate(): Template

    Permalink
  174. def parseTerm(): Term

    Permalink
  175. def parseTermParam(): Param

    Permalink
  176. def parseType(): Type

    Permalink
  177. def parseTypeParam(): Param

    Permalink
  178. def parseUnquotePat(): Pat

    Permalink
  179. def parseUnquoteTerm(): Term

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

    Permalink
  181. implicit object patInfixContext extends InfixContext

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

    Permalink
  183. def pattern(): Pat

    Permalink

    Default entry points into some pattern contexts.

  184. def patternTyp(): Type

    Permalink
  185. def patternTypeArgs(): ArgClause

    Permalink
  186. def peekIndex: Int

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

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

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

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

    Permalink
  191. def prevIndex: Int

    Permalink
    Annotations
    @inline()
  192. def prevToken: Token

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

    Permalink
  194. def qualId(): Term.Ref

    Permalink
  195. def quasiquoteCase(): Case

    Permalink
  196. def quasiquoteCtor(): Ctor

    Permalink
  197. def quasiquoteEnumerator(): Enumerator

    Permalink
  198. def quasiquoteExpr(): Term

    Permalink
  199. def quasiquoteImportee(): Importee

    Permalink
  200. def quasiquoteImporter(): Importer

    Permalink
  201. def quasiquoteInit(): Init

    Permalink
  202. def quasiquoteModifier(): Mod

    Permalink
  203. def quasiquotePattern(): Pat

    Permalink
  204. def quasiquoteSelf(): Self

    Permalink
  205. def quasiquoteSource(): Source

    Permalink
  206. def quasiquoteStat(): Stat

    Permalink
  207. def quasiquoteTemplate(): Template

    Permalink
  208. def quasiquoteTermParam(): Param

    Permalink
  209. def quasiquoteType(): Type

    Permalink
  210. def quasiquoteTypeParam(): Param

    Permalink
  211. final lazy val reporter: Reporter

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

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

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

    Permalink
  215. object seqOK extends SeqContextSensitive

    Permalink

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

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

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

    Permalink
  218. def skipAllStatSep(): Boolean

    Permalink
  219. def source(): Source

    Permalink
  220. def stableId(): Term.Ref

    Permalink
  221. def startInfixType(): Type

    Permalink
  222. def startModType(): Type

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

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

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

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

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

    Permalink
  228. def templateBodyOpt(owner: TemplateOwner): Body

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

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

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

    Permalink
  232. object termInfixContext extends InfixContext

    Permalink
  233. def termName(): Term.Name

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

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

    Permalink
  236. def toCasesBlock(cases: collection.immutable.List[Case]): CasesBlock

    Permalink
  237. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  238. 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
  239. def topLevelTmplDef: Stat

    Permalink

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

  240. val topStat: PartialFunction[Token, Stat]

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

    Permalink
  242. def typ(): Type

    Permalink

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

  243. def typeBounds(): Bounds

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

    Permalink
  245. def typeIndentedOpt(): Type

    Permalink
  246. def typeName(): Type.Name

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

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

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

    Permalink
  250. def unquoteExpr(): Term

    Permalink
  251. def unquotePattern(): Pat

    Permalink
  252. def unquoteSeqPattern(): Pat

    Permalink
  253. final def wait(): Unit

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

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

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

    Permalink
  257. def xmlPat(): Xml

    Permalink
  258. def xmlTerm(): Xml

    Permalink
  259. 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