xarpeg
Toggle table of contents
5.1.0-dev
common
Platform filter
common
Switch theme
Search in API
xarpeg
xarpeg
/
io.github.mirrgieriana.xarpeg
/
ParseContext
Parse
Context
interface
ParseContext
Inheritors
DefaultParseContext
Members
Members & Extensions
Properties
error
Position
Link copied to clipboard
val
ParseContext
.
errorPosition
:
Int
?
matrix
Position
Calculator
Link copied to clipboard
val
ParseContext
.
matrixPositionCalculator
:
MatrixPositionCalculator
src
Link copied to clipboard
abstract
val
src
:
String
suggested
Parsers
Link copied to clipboard
val
ParseContext
.
suggestedParsers
:
Set
<
Parser
<
*
>
>
?
Functions
parse
Or
Null
Link copied to clipboard
abstract
fun
<
T
:
Any
>
parseOrNull
(
parser
:
Parser
<
T
>
,
start
:
Int
)
:
ParseResult
<
T
>
?