package parsers
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait CloseDelim extends AnyRef
- trait EndPos extends AnyRef
- class IndexPos extends Pos
- trait LineEnd extends AnyRef
- trait Literal extends AnyRef
- final class Location extends AnyVal
- trait MultilineComment extends AnyRef
- trait NumericLiteral extends AnyRef
- trait Pos extends StartPos with EndPos
- case class RegionBrace(indent: Int, indentOnArrow: Boolean) extends SepRegion with Product with Serializable
- case class RegionCase(indent: Int) extends SepRegion with Product with Serializable
- case class RegionEnum(indent: Int) extends SepRegion with Product with Serializable
- case class RegionIndent(indent: Int, closeOnNonCase: Boolean) extends SepRegion with Product with Serializable
- case class RegionIndentEnum(indent: Int) extends SepRegion with Product with Serializable
- case class RegionParen(canProduceLF: Boolean) extends SepRegion with Product with Serializable
- trait Reporter extends AnyRef
- class ScalametaParser extends AnyRef
- class ScannerTokens extends AnyRef
- sealed trait SepRegion extends AnyRef
- class SoftKeywords extends AnyRef
- trait StartPos extends AnyRef
- trait TokenIterator extends AnyRef
- class TreePos extends Pos
- trait Trivia extends AnyRef
- trait Whitespace extends AnyRef
Value Members
- object Absolutize
- object AsMultilineComment
- object CloseDelim
- object InfixMode extends Enumeration
- object LazyTokenIterator
- object LineEnd
- object Literal
- object Location
- object Messages
- object MultilineComment
- object NumericLiteral
- object PlatformInvocationTargetException
- case object RegionArrow extends SepRegion with Product with Serializable
- case object RegionBracket extends SepRegion with Product with Serializable
- case object RegionEnumArtificialMark extends SepRegion with Product with Serializable
- object Reporter
- object ScaladocParser
Represents a scaladoc line.
- object ScalametaParser
- object ScannerTokens
- object Trivia
- object Whitespace