package parsers

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait EndPos extends AnyRef
  2. class IndexPos extends Pos
  3. final class Location extends AnyVal
  4. trait MultilineComment extends AnyRef
  5. trait Pos extends StartPos with EndPos
  6. case class RegionBrace(indent: Int, indentOnArrow: Boolean) extends SepRegion with Product with Serializable
  7. case class RegionCase(indent: Int) extends SepRegion with Product with Serializable
  8. case class RegionEnum(indent: Int) extends SepRegion with Product with Serializable
  9. case class RegionIndent(indent: Int, closeOnNonCase: Boolean) extends SepRegion with Product with Serializable
  10. case class RegionIndentEnum(indent: Int) extends SepRegion with Product with Serializable
  11. case class RegionParen(canProduceLF: Boolean) extends SepRegion with Product with Serializable
  12. trait Reporter extends AnyRef
  13. class ScalametaParser extends AnyRef
  14. class ScannerTokens extends AnyRef
  15. sealed trait SepRegion extends AnyRef
  16. class SoftKeywords extends AnyRef
  17. trait StartPos extends AnyRef
  18. trait TokenIterator extends AnyRef
  19. class TreePos extends Pos

Value Members

  1. object Absolutize
  2. object AsMultilineComment
  3. object InfixMode extends Enumeration
  4. object LazyTokenIterator
  5. object Location
  6. object Messages
  7. object MultilineComment
  8. object PlatformInvocationTargetException
  9. case object RegionArrow extends SepRegion with Product with Serializable
  10. case object RegionBracket extends SepRegion with Product with Serializable
  11. case object RegionEnumArtificialMark extends SepRegion with Product with Serializable
  12. object Reporter
  13. object ScaladocParser

    Represents a scaladoc line.

  14. object ScalametaParser
  15. object ScannerTokens

Ungrouped