AsciiByteBufferParserInput
Attributes
- Graph
-
- Supertypes
-
class DefaultParserInputtrait ParserInputclass Objecttrait Matchableclass Any
- Known subtypes
Members list
Value members
Concrete methods
Returns the character at the given (zero-based) index. Note: this method is hot and should be small and efficient. A range-check is not required for the parser to work correctly.
Returns the character at the given (zero-based) index. Note: this method is hot and should be small and efficient. A range-check is not required for the parser to work correctly.
Attributes
- Definition Classes
-
ParserInput
Returns the characters between index start
(inclusively) and end
(exclusively) as an Array[Char]
.
Returns the characters between index start
(inclusively) and end
(exclusively) as an Array[Char]
.
Attributes
- Definition Classes
-
ParserInput
Returns the characters between index start
(inclusively) and end
(exclusively) as a String
.
Returns the characters between index start
(inclusively) and end
(exclusively) as a String
.
Attributes
- Definition Classes
-
ParserInput
Inherited methods
Gets the input line with the given number as a String. Note: the first line is line number one!
Gets the input line with the given number as a String. Note: the first line is line number one!
Attributes
- Inherited from:
- DefaultParserInput
Concrete fields
The number of characters in this input. Note: this method is hot and should be small and efficient.
The number of characters in this input. Note: this method is hot and should be small and efficient.