EmptyParserInput
Attributes
- Source
- RiddlParserInput.scala
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass RiddlParserInputclass ParserInputtrait IsReachableclass Objecttrait Matchableclass AnyShow all
- Self type
-
EmptyParserInput.type
Members list
Type members
Inherited types
The names of the product elements
Attributes
- Inherited from:
- Singleton
- Source
- Mirror.scala
The mirrored *-type
Attributes
- Inherited from:
- Singleton
- Source
- Mirror.scala
Inherited and Abstract types
The name of the type
Value members
Concrete methods
The data that will be parsed by fastparse
Attributes
- Source
- RiddlParserInput.scala
Attributes
- Definition Classes
- Source
- RiddlParserInput.scala
Attributes
- Definition Classes
- Source
- RiddlParserInput.scala
The short origin name to use in error messages as the origin of the error.
The short origin name to use in error messages as the origin of the error. In test cases that do not use a URL, this should be overridden with the word "empty"
Attributes
- Returns
-
Typically the last filename in the URL is sufficient, and that is the default calculated from root.
- Definition Classes
- Source
- RiddlParserInput.scala
The URL from which the data originated.
The URL from which the data originated. If it didn't originate from a network or file location, then this should be empty, URL("") so that URL validity checking will be skipped.
Attributes
- Definition Classes
- Source
- RiddlParserInput.scala
Inherited methods
Attributes
- Inherited from:
- RiddlParserInput
- Source
- RiddlParserInput.scala
Attributes
- Definition Classes
- Inherited from:
- RiddlParserInput
- Source
- RiddlParserInput.scala
Attributes
- Inherited from:
- RiddlParserInput
- Source
- RiddlParserInput.scala
Special method for Iterator
mode.
Special method for Iterator
mode. It drops the prefix of the internal buffer so that all the data strictly before becomes unavailable and index
is the first valid element to access.
Attributes
- Definition Classes
-
RiddlParserInput -> ParserInput
- Inherited from:
- RiddlParserInput
- Source
- RiddlParserInput.scala
Create a new instance of type T
with elements taken from product p
.
Create a new instance of type T
with elements taken from product p
.
Attributes
- Inherited from:
- Singleton
- Source
- Mirror.scala
Attributes
- Definition Classes
-
RiddlParserInput -> ParserInput
- Inherited from:
- RiddlParserInput
- Source
- RiddlParserInput.scala
Attributes
- Inherited from:
- RiddlParserInput
- Source
- RiddlParserInput.scala
Shows if we can access to the element at given index
.
Shows if we can access to the element at given index
.
Attributes
- Definition Classes
- Inherited from:
- RiddlParserInput
- Source
- RiddlParserInput.scala
Attributes
- Definition Classes
-
RiddlParserInput -> ParserInput
- Inherited from:
- RiddlParserInput
- Source
- RiddlParserInput.scala
Attributes
- Inherited from:
- RiddlParserInput
- Source
- RiddlParserInput.scala
Attributes
- Inherited from:
- RiddlParserInput
- Source
- RiddlParserInput.scala
Attributes
- Inherited from:
- RiddlParserInput
- Source
- RiddlParserInput.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
The purpose of this parsing input.
The purpose of this parsing input. It could be a test name or blank for normal usage
Attributes
- Inherited from:
- RiddlParserInput
- Source
- RiddlParserInput.scala
Attributes
- Inherited from:
- RiddlParserInput
- Source
- RiddlParserInput.scala
Attributes
- Inherited from:
- RiddlParserInput
- Source
- RiddlParserInput.scala
Attributes
- Returns
-
Slice of internal data. For
IndexedSeq
mode it works as regular slice, ifuntil
overshoots the end of input, it just ignores it and behaves likeuntil
equals to the length of input. Same forIterator
mode, but it requests batches while the index of last retrieved element is less thanuntil
and ifuntil
is farther away than any element, it ignores this too. - Definition Classes
-
RiddlParserInput -> ParserInput
- Inherited from:
- RiddlParserInput
- Source
- RiddlParserInput.scala
Inherited fields
Attributes
- Inherited from:
- RiddlParserInput
- Source
- RiddlParserInput.scala