Uses of Interface
org.fife.ui.rsyntaxtextarea.parser.ParseResult
Packages that use ParseResult
Package
Description
A syntax-highlighting text editor.
Interfaces for parsing text in RSyntaxTextAreas and identifying errors,
warnings, etc.
-
Uses of ParseResult in org.fife.ui.rsyntaxtextarea
Methods in org.fife.ui.rsyntaxtextarea with parameters of type ParseResultModifier and TypeMethodDescriptionprivate void
ParserManager.addParserNoticeHighlights
(ParseResult res) Adds highlights for a list of parser notices.private void
ParserManager.removeParserNotices
(ParseResult res) Removes any currently stored notices (and the corresponding highlights from the editor) from the same Parser, and in the given line range, as in the results.private boolean
ParserManager.shouldRemoveNotice
(ParserNotice notice, ParseResult res) Returns whether a parser notice should be removed, based on a parse result. -
Uses of ParseResult in org.fife.ui.rsyntaxtextarea.parser
Classes in org.fife.ui.rsyntaxtextarea.parser that implement ParseResultMethods in org.fife.ui.rsyntaxtextarea.parser that return ParseResultModifier and TypeMethodDescriptionParser.parse
(RSyntaxDocument doc, String style) Parses input from the specified document.TaskTagParser.parse
(RSyntaxDocument doc, String style) XmlParser.parse
(RSyntaxDocument doc, String style)