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

Packages that use Parser
org.fife.ui.rsyntaxtextarea   
org.fife.ui.rsyntaxtextarea.parser   
 

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.
 void RSyntaxTextAreaHighlighter.clearParserHighlights(Parser parser)
          Removes all of the highlights for a specific parser.
 boolean RSyntaxTextArea.forceReparsing(Parser parser)
          Forces re-parsing with a specific parser.
 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.
 

Methods in org.fife.ui.rsyntaxtextarea.parser that return Parser
 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.
 Parser ParseResult.getParser()
          Returns the parser that generated these notices.
 

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



Copyright © 2003-2010. All Rights Reserved.