ParseResult
class ParseResult( var offset: Int, var length: Int, styleKeys: List<String>?)
Content copied to clipboard
The parser parsed result.
This class include the information needed to highlight the syntax. Information includes where the content located in the document (offset and length) and what style(s) should be applied on that segment of content.
Author
Chan Wai Shing