Package org.fife.ui.rsyntaxtextarea.parser
package org.fife.ui.rsyntaxtextarea.parser
Interfaces for parsing text in RSyntaxTextAreas and identifying errors,
warnings, etc. Implementations of the
Parser
interface
are notified when the document has been modified, so they can add
squiggle-underline markers to instances of RSTA to signify code errors and
other important snippets.-
ClassDescriptionA base class for
Parser
implementations.A basic implementation ofParseResult
.Base implementation of a parser notice.Listens for hyperlink events fromFocusableTip
s.An interface for a parser for content in anRSyntaxTextArea
.The result from aParser
.A notice (e.g., a warning or error) from a parser.Denotes the severity of a parser notice.Parser that identifies "task tags," such as "TODO
", "FIXME
", etc.A parser notice that signifies a task.Wrapper for a tool tip and a listener for hyperlink events in the tool tip (assuming the tip is HTML).A parser for XML documents.