| org.isqlviewer.sql.processor |
|
Classes that provide syntax highlighting within Java Swing components.
All code in this package has been modified from sources found at
http://www.cs.bris.ac.uk/Teaching/Resources/COMS30122/tools/. Many
thanks for thier inspiration and generosity by providing this code to
the public.
|
| Java Source File Name | Type | Comment |
| AbstractProcessor.java | Class | TODO Add Scanner JavaDoc inforamation
author: Mark A. |
| SqlProcessor.java | Class | author: Mark A. |
| TextSymbol.java | Class | A Symbol represents the information shared between similar tokens, i.e. |
| Token.java | Class | A token that has been parsed and interpreted as significant data.
author: Mark A. |
| TokenType.java | enum | Enumeration of Token Types that can processed within the SQL Processor.
author: Mark A. |