package tokenizers
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- tokenizers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class CharArrayReader extends CharArrayReaderData
- trait CharArrayReaderData extends AnyRef
- 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
Deprecated Value Members
- object PlatformTokenizerCache
- Annotations
- @deprecated
- Deprecated
(Since version 4.3.0) No longer used