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
- trait LegacyTokenData extends AnyRef
- type Offset = Int
- trait Reporter extends AnyRef
- 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 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 Chars
Contains constants and classifier methods for characters
- object Compat
- object LegacyToken
- object LegacyTokenData
- object Reporter
- object ScalametaTokenizer
Deprecated Value Members
- object PlatformTokenizerCache
- Annotations
- @deprecated
- Deprecated
(Since version 4.3.0) No longer used