Uses of Package
ij.plugin.frame.jedit.syntax

Packages that use ij.plugin.frame.jedit.syntax
ij.plugin.frame.jedit   
ij.plugin.frame.jedit.syntax The jEdit syntax highlighting engine. 
 

Classes in ij.plugin.frame.jedit.syntax used by ij.plugin.frame.jedit
TokenMarker
          A token marker splits lines of text into tokens.
 

Classes in ij.plugin.frame.jedit.syntax used by ij.plugin.frame.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.