Uses of Interface
org.fife.ui.rsyntaxtextarea.parser.Parser
-
Packages that use Parser Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor.org.fife.ui.rsyntaxtextarea.parser 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 Parser Modifier and Type Method Description ParserRSyntaxTextArea. getParser(int index)Returns the specified parser.Methods in org.fife.ui.rsyntaxtextarea with parameters of type Parser Modifier and Type Method Description voidRSyntaxTextArea. addParser(Parser parser)Adds the parser to "validate" the source code in this text area.voidRSyntaxTextAreaHighlighter. clearParserHighlights(Parser parser)Removes all of the highlights for a specific parser.booleanRSyntaxTextArea. forceReparsing(Parser parser)Forces re-parsing 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 Parser Modifier and Type Class Description classAbstractParserA base class forParserimplementations.classTaskTagParserParser that identifies "task tags," such as "TODO", "FIXME", etc.classXmlParserA parser for XML documents.Methods in org.fife.ui.rsyntaxtextarea.parser that return Parser Modifier and Type Method Description ParserDefaultParseResult. getParser()Returns the parser that generated these notices.ParserDefaultParserNotice. getParser()Returns the parser that created this message.ParserParseResult. getParser()Returns the parser that generated these notices.ParserParserNotice. getParser()Returns the parser that created this message.Constructors in org.fife.ui.rsyntaxtextarea.parser with parameters of type Parser Constructor Description DefaultParseResult(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)
-