Package gui.highlighting

Interface Summary
StructuredDocument 62 * An extension of Document which allows the content of a document to be 63 * specified by a hierarchy of elements.
TokenTypes The TokenTypes interface defines the integer constants representing different types of tokens, for use with any languages.
 

Class Summary
JavaScanner Provide a hand-written scanner for the Java language.
Scanner A Scanner object provides a lexical analyser and a resulting token array.
Symbol A Symbol represents the information shared between similar tokens, i.e.
SyntaxHighlighter Display text with syntax highlighting.
Token A token represents a smallest meaningful fragment of text, such as a word, recognised by a scanner.