Parsing Result Builder
Functions
withFurtherProcessing
Link copied to clipboard
fun withFurtherProcessing(ranges: List<IntRange>): SequentialParser.ParsingResultBuilder
Content copied to clipboard
withNode
Link copied to clipboard
fun withNode(result: SequentialParser.Node): SequentialParser.ParsingResultBuilder
Content copied to clipboard
withNodes
Link copied to clipboard
fun withNodes(parsedNodes: Collection<SequentialParser.Node>): SequentialParser.ParsingResultBuilder
Content copied to clipboard
withOtherParsingResult
Link copied to clipboard
fun withOtherParsingResult(parsingResult: SequentialParser.ParsingResult): SequentialParser.ParsingResultBuilder
Content copied to clipboard