程序包 | 说明 |
---|---|
com.fr.design.gui.syntax.ui.rsyntaxtextarea |
A syntax-highlighting text editor.
|
com.fr.design.gui.syntax.ui.rsyntaxtextarea.parser |
Interfaces for parsing text in RSyntaxTextAreas and identifying errors,
warnings, etc.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<ParserNotice> |
RSyntaxTextArea.getParserNotices()
Returns a list of the current parser notices for this text area.
|
限定符和类型 | 类和说明 |
---|---|
class |
DefaultParserNotice
Base implementation of a parser notice.
|
static class |
TaskTagParser.TaskNotice
A parser notice that signifies a task.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<ParserNotice> |
ParseResult.getNotices()
Returns the notices for the parsed section.
|
java.util.List<ParserNotice> |
DefaultParseResult.getNotices()
Returns the notices for the parsed section.
|
限定符和类型 | 方法和说明 |
---|---|
void |
DefaultParseResult.addNotice(ParserNotice notice)
Adds a parser notice.
|
int |
DefaultParserNotice.compareTo(ParserNotice other)
Compares this parser notice to another.
|