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 SepRegionNonIndented with Product with Serializable
  7. case class RegionCase(indent: Int) extends SepRegionNonIndented with Product with Serializable
  8. case class RegionEnum(indent: Int) extends SepRegionNonIndented with Product with Serializable
  9. case class RegionIndent(indent: Int, closeOnNonCase: Boolean) extends SepRegionIndented with Product with Serializable
  10. case class RegionIndentEnum(indent: Int) extends SepRegionIndented with Product with Serializable
  11. case class RegionParen(canProduceLF: Boolean) extends SepRegionNonIndented with Product with Serializable
  12. trait Reporter extends AnyRef
  13. class ScalametaParser extends AnyRef
  14. final class ScannerTokens extends AnyRef
  15. sealed trait SepRegion extends AnyRef
  16. sealed trait SepRegionIndented extends SepRegion
  17. sealed trait SepRegionNonIndented extends SepRegion
  18. class SoftKeywords extends AnyRef
  19. trait StartPos extends AnyRef
  20. trait TokenIterator extends AnyRef
  21. 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 SepRegionNonIndented with Product with Serializable
  10. case object RegionBracket extends SepRegionNonIndented with Product with Serializable
  11. case object RegionEnumArtificialMark extends SepRegionNonIndented with Product with Serializable
  12. object Reporter
  13. object ScaladocParser

    Represents a scaladoc line.

  14. object ScalametaParser
  15. object ScannerTokens

Ungrouped