package parsers

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

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

Value Members

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

    Represents a scaladoc line.

  18. object ScalametaParser
  19. object ScannerTokens
  20. object Trivia
  21. object Whitespace

Ungrouped