DefaultParserInput
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
class InterpolationParserInputclass StringBasedParserInput
Members list
Value members
Concrete methods
move cursor to next char
move cursor to next char
Attributes
move to given position. in InterpolationParserInput, it may used to sync cursor and arguments.
move to given position. in InterpolationParserInput, it may used to sync cursor and arguments.
Attributes
Inherited methods
in case of StringContext interpolator, return the current argument and advance the argument cursor
in case of StringContext interpolator, return the current argument and advance the argument cursor
Attributes
- Inherited from:
- ParserInput
Advance the cursor and get the next char. Since the char is required to be a 7-Bit ASCII char no decoding is required.
Advance the cursor and get the next char. Since the char is required to be a 7-Bit ASCII char no decoding is required.
Attributes
- Inherited from:
- ParserInput
Advance the cursor and get the next char, which could potentially be outside of the 7-Bit ASCII range. Therefore decoding might be required.
Advance the cursor and get the next char, which could potentially be outside of the 7-Bit ASCII range. Therefore decoding might be required.
Attributes
- Inherited from:
- ParserInput
Attributes
- Inherited from:
- ParserInput