package parsers
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait EndPos extends AnyRef
- class IndexPos extends Pos
- final class Location extends AnyVal
- trait MultilineComment 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
Value Members
- object Absolutize
- object AsMultilineComment
- object InfixMode extends Enumeration
- object LazyTokenIterator
- object Location
- object Messages
- object MultilineComment
- object PlatformInvocationTargetException
- object RegionArrow extends SepRegion with Product with Serializable
- object RegionBracket extends SepRegion with Product with Serializable
- object RegionEnumArtificialMark extends SepRegion with Product with Serializable
- object Reporter
-
object
ScaladocParser
Represents a scaladoc line.
- object ScalametaParser
- object ScannerTokens