Package org.fife.ui.rsyntaxtextarea.parser
-
Interface Summary Interface Description ExtendedHyperlinkListener Listens for hyperlink events fromFocusableTip
s.Parser An interface for a parser for content in anRSyntaxTextArea
.ParseResult The result from aParser
.ParserNotice A notice (e.g., a warning or error) from a parser. -
Class Summary Class Description AbstractParser A base class forParser
implementations.DefaultParseResult A basic implementation ofParseResult
.DefaultParserNotice Base implementation of a parser notice.TaskTagParser Parser that identifies "task tags," such as "TODO
", "FIXME
", etc.TaskTagParser.TaskNotice A parser notice that signifies a task.ToolTipInfo Wrapper for a tool tip and a listener for hyperlink events in the tool tip (assuming the tip is HTML).XmlParser A parser for XML documents. -
Enum Summary Enum Description ParserNotice.Level Denotes the severity of a parser notice.