docs
/
org.intellij.markdown.parser.sequentialparsers
/
SequentialParser
/
ParsingResult
common
Parsing
Result
interface
ParsingResult
Content copied to clipboard
Functions
Properties
Inheritors
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
parsedNodes
Link copied to clipboard
common
abstract val
parsedNodes
:
Collection
<
SequentialParser.Node
>
Content copied to clipboard
rangesToProcessFurther
Link copied to clipboard
common
abstract val
rangesToProcessFurther
:
Collection
<
List
<
IntRange
>>
Content copied to clipboard
Inheritors
SequentialParser
Link copied to clipboard
LocalParsingResult
Link copied to clipboard