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.syntax The jEdit syntax highlighting engine. 
org.gjt.sp.jedit.textarea The classes in this package are in the process of being refactored, for jedit 4.3final. 
 

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.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.
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.
 

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