|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParserNotice | |
|---|---|
| org.fife.ui.rsyntaxtextarea | |
| org.fife.ui.rsyntaxtextarea.parser | |
| Uses of ParserNotice in org.fife.ui.rsyntaxtextarea |
|---|
| Methods in org.fife.ui.rsyntaxtextarea that return types with arguments of type ParserNotice | |
|---|---|
List<ParserNotice> |
RSyntaxTextArea.getParserNotices()
Returns a list of the current parser notices for this text area. |
| Uses of ParserNotice in org.fife.ui.rsyntaxtextarea.parser |
|---|
| Classes in org.fife.ui.rsyntaxtextarea.parser that implement ParserNotice | |
|---|---|
class |
DefaultParserNotice
Base implementation of a parser notice. |
static class |
TaskTagParser.TaskNotice
A parser notice that signifies a task. |
| Methods in org.fife.ui.rsyntaxtextarea.parser that return types with arguments of type ParserNotice | |
|---|---|
List<ParserNotice> |
ParseResult.getNotices()
Returns the notices for the parsed section. |
List<ParserNotice> |
DefaultParseResult.getNotices()
Returns the notices for the parsed section. |
| Methods in org.fife.ui.rsyntaxtextarea.parser with parameters of type ParserNotice | |
|---|---|
void |
DefaultParseResult.addNotice(ParserNotice notice)
Adds a parser notice. |
int |
DefaultParserNotice.compareTo(ParserNotice other)
Compares this parser notice to another. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||