Uses of Package
org.gjt.sp.jedit.syntax

Packages that use org.gjt.sp.jedit.syntax
org.gjt.sp.jedit This package contains jEdit's core classes. 
org.gjt.sp.jedit.buffer Buffer event listeners, and classes used to implement jEdit's document model. 
org.gjt.sp.jedit.gui Various GUI controls and dialog boxes. 
org.gjt.sp.jedit.syntax The jEdit syntax highlighting engine. 
org.gjt.sp.jedit.textarea Since jEdit 4.2, many TextArea classes have been split into a base and derived class. 
org.gjt.sp.util Utility classes used by jEdit but that do not depend on jEdit itself. 
 

Classes in org.gjt.sp.jedit.syntax used by org.gjt.sp.jedit
DefaultTokenHandler
          Builds a linked list of tokens without any additional processing.
SyntaxStyle
          A simple text style class.
Token
          A linked list of syntax tokens.
TokenHandler
          Token markers send tokens to implementations of this interface.
TokenMarker
          A token marker splits lines of text into tokens.
 

Classes in org.gjt.sp.jedit.syntax used by org.gjt.sp.jedit.buffer
KeywordMap
          A KeywordMap is similar to a hashtable in that it maps keys to values.
ParserRuleSet
          A set of parser rules.
TokenHandler
          Token markers send tokens to implementations of this interface.
TokenMarker
          A token marker splits lines of text into tokens.
TokenMarker.LineContext
          Stores persistent per-line syntax parser state.
 

Classes in org.gjt.sp.jedit.syntax used by org.gjt.sp.jedit.gui
SyntaxStyle
          A simple text style class.
 

Classes in org.gjt.sp.jedit.syntax used by org.gjt.sp.jedit.syntax
Chunk
          A syntax token with extra information required for painting it on screen.
DefaultTokenHandler
          Builds a linked list of tokens without any additional processing.
DummyTokenHandler
          A dummy token handler that discards tokens.
KeywordMap
          A KeywordMap is similar to a hashtable in that it maps keys to values.
ModeProvider
          This class works like a singleton, the instance is initialized by jEdit.
ParserRule
          A parser rule.
ParserRuleSet
          A set of parser rules.
SyntaxStyle
          A simple text style class.
Token
          A linked list of syntax tokens.
TokenHandler
          Token markers send tokens to implementations of this interface.
TokenMarker
          A token marker splits lines of text into tokens.
TokenMarker.LineContext
          Stores persistent per-line syntax parser state.
XModeHandler
          XML handler for mode definition files.
 

Classes in org.gjt.sp.jedit.syntax used by org.gjt.sp.jedit.textarea
SyntaxStyle
          A simple text style class.
 

Classes in org.gjt.sp.jedit.syntax used by org.gjt.sp.util
SyntaxStyle
          A simple text style class.