Package satc

Interface Summary
MultiStateLexer.LexerCallback Interface for a callback lexer action.
 

Class Summary
AbstractLexerCallback Abstract implementation of the LexerCallback interface.
DocumentStream Class to provide InputStream functionality from a portion of a Document.
LexerDocumentListener This class listens for changes in the document and rescan the affected range.
MultiStateLexer A Lexer using "states" to support multiple-line tokens.
ParserDocumentListener This class listens for changes in the document and updates the AST.
SettingsReader This class reads the syntax modes from a property file and registers them.
Styles This class stores the styles used for syntax highligting.
Syntax This class acts as a a portal to the SATC package, providing a collection of utility methods that should cover the common usage of SATC.
SyntaxFactory Factory for creating support classes for different syntax modes.
SyntaxInfo This class contains general information about syntax modes.
TokenContext