Uses of Interface
org.fife.ui.rsyntaxtextarea.parser.Parser

Packages that use Parser
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
 

Classes in org.fife.ui.rsyntaxtextarea that implement Parser
 class XMLParser
          A parser for XML documents.
 

Methods in org.fife.ui.rsyntaxtextarea that return Parser
 Parser RSyntaxTextArea.getParser(int index)
          Returns the specified parser.
 

Methods in org.fife.ui.rsyntaxtextarea with parameters of type Parser
 void RSyntaxTextArea.addParser(Parser parser)
          Adds the parser to "validate" the source code in this text area.
 boolean RSyntaxTextArea.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
 class AbstractParser
          A base class for Parser implementations.
 class TaskTagParser
          Parser that identifies "task tags," such as "TODO", "FIXME", etc. in source code comments.
 

Methods in org.fife.ui.rsyntaxtextarea.parser that return Parser
 Parser ParseResult.getParser()
          Returns the parser that generated these notices.
 Parser DefaultParserNotice.getParser()
          Returns the parser that created this message.
 Parser DefaultParseResult.getParser()
          Returns the parser that generated these notices.
 Parser ParserNotice.getParser()
          Returns the parser that created this message.
 

Constructors in org.fife.ui.rsyntaxtextarea.parser with parameters of type Parser
DefaultParseResult(Parser parser)
           
DefaultParserNotice(Parser parser, String msg, int line)
          Constructor.
DefaultParserNotice(Parser parser, String message, int line, int offset, int length)
          Constructor.
TaskTagParser.TaskNotice(Parser parser, String message, int line, int offs, int length)
           
 



Copyright © 2010. All Rights Reserved.