fastparse.internal

Members list

Concise view

Type members

Classlikes

final class CompactTrieNode(source: TrieNode)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
class Lazy[T](calc0: () => T)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
case class Logger(f: String => Unit)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Logger

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Logger.type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Implementations of the various .rep/.repX overloads. The most common and simple overloads are implemented as macros for performance, while the more complex/general cases are left as normal methods to avoid code bloat and allow the use of default/named arguments (which don't work in macros due to https://github.com/scala/bug/issues/5920).

Implementations of the various .rep/.repX overloads. The most common and simple overloads are implemented as macros for performance, while the more complex/general cases are left as normal methods to avoid code bloat and allow the use of default/named arguments (which don't work in macros due to https://github.com/scala/bug/issues/5920).

Even the normal method overloads are manually-specialized to some extent for various sorts of inputs as a best-effort attempt ot minimize branching in the hot paths.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object Msgs

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Msgs.type
case class Msgs(value: List[Lazy[String]])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object NoWarn

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
NoWarn.type
final class TrieNode(strings: Seq[String], ignoreCase: Boolean)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
class UberBuffer(initSize: Int)

A very fast circular, growable read-write byte buffer.

A very fast circular, growable read-write byte buffer.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object Util

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Util.type