Uses of Interface
org.fife.ui.rsyntaxtextarea.parser.Parser
Packages that use Parser
Package
Description
A syntax-highlighting text editor.
Interfaces for parsing text in RSyntaxTextAreas and identifying errors,
warnings, etc.
-
Uses of Parser in org.fife.ui.rsyntaxtextarea
Methods in org.fife.ui.rsyntaxtextarea that return ParserModifier and TypeMethodDescriptionRSyntaxTextArea.getParser(int index) Returns the specified parser.Methods in org.fife.ui.rsyntaxtextarea with parameters of type ParserModifier and TypeMethodDescriptionvoidAdds the parser to "validate" the source code in this text area.voidRSyntaxTextAreaHighlighter.clearParserHighlights(Parser parser) Removes all the highlights for a specific parser.booleanRSyntaxTextArea.forceReparsing(Parser parser) Forces reparsing with a specific parser.booleanRSyntaxTextArea.removeParser(Parser parser) Removes a parser from this text area. -
Uses of Parser in org.fife.ui.rsyntaxtextarea.parser
Classes in org.fife.ui.rsyntaxtextarea.parser that implement ParserModifier and TypeClassDescriptionclassA base class forParserimplementations.classParser that identifies "task tags," such as "TODO", "FIXME", etc. in source code comments.classA parser for XML documents.Methods in org.fife.ui.rsyntaxtextarea.parser that return ParserModifier and TypeMethodDescriptionDefaultParseResult.getParser()DefaultParserNotice.getParser()ParseResult.getParser()Returns the parser that generated these notices.ParserNotice.getParser()Returns the parser that created this message.Constructors in org.fife.ui.rsyntaxtextarea.parser with parameters of type ParserModifierConstructorDescriptionDefaultParseResult(Parser parser) DefaultParserNotice(Parser parser, String msg, int line) Constructor.DefaultParserNotice(Parser parser, String message, int line, int offset, int length) Constructor.TaskNotice(Parser parser, String message, int line, int offs, int length)