package parsers

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait CanProduceLF extends AnyRef
  2. trait EndPos extends AnyRef
  3. class IndexPos extends Pos
  4. final class Location extends AnyVal
  5. trait MultilineComment extends AnyRef
  6. trait Pos extends StartPos with EndPos
  7. case class RegionBrace(indent: Int, indentOnArrow: Boolean) extends SepRegionNonIndented with CanProduceLF with Product with Serializable
  8. case class RegionCaseBody(indent: Int) extends SepRegionNonIndented with CanProduceLF with Product with Serializable
  9. case class RegionEnum(indent: Int) extends SepRegionNonIndented with CanProduceLF with Product with Serializable
  10. case class RegionIndent(indent: Int, closeOnNonCase: Boolean) extends SepRegionIndented with Product with Serializable
  11. case class RegionIndentEnum(indent: Int) extends SepRegionIndented with Product with Serializable
  12. case class RegionParen(canProduceLF: Boolean) extends SepRegionNonIndented with Product with Serializable
  13. trait Reporter extends AnyRef
  14. class ScalametaParser extends AnyRef
  15. final class ScannerTokens extends AnyRef
  16. sealed trait SepRegion extends AnyRef
  17. sealed trait SepRegionIndented extends SepRegion with CanProduceLF
  18. sealed trait SepRegionNonIndented extends SepRegion
  19. class SoftKeywords extends AnyRef
  20. trait StartPos extends AnyRef
  21. trait TokenIterator extends AnyRef
  22. 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. object RegionBracket extends SepRegionNonIndented with Product with Serializable
  10. object RegionCaseExpr extends SepRegionNonIndented with Product with Serializable
  11. 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