package tokenizers
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- tokenizers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class LegacyScanner extends AnyRef
- type LegacyToken = Int
- class LegacyTokenData extends AnyRef
- type Offset = Int
- class ScalaExprPositionParser extends AnyRef
Collects start and end positions of scala expressions inside xml literals.
Collects start and end positions of scala expressions inside xml literals.
Doesn't really parse scala expressions, only reads until the curly brace balance hits 0.
- class ScalametaTokenizer extends AnyRef
- class UnexpectedInputEndException extends Exception
- trait WhitespaceTokenizer extends AnyRef
- class XmlParser extends AnyRef
Copy-pasta from this lihaoyi comment: https://github.com/scalameta/fastparse/pull/1#issuecomment-244940542 and adapted to more closely match scala-xml and then adapted to fastparse 2.3.1
Value Members
- def keywords(dialect: Dialect): Set[String]
- object CharArrayReader extends java.io.Serializable
- object Compat
- object LegacyToken
- object LegacyTokenData
- object ScalametaTokenizer
- object WhitespaceTokenizer
Deprecated Value Members
- object PlatformTokenizerCache
- Annotations
- @deprecated
- Deprecated
(Since version 4.3.0) No longer used