Class Summary |
Compiler |
This class defines the common behaviour of all KOPI compilers. |
JavadocComment |
A simple character constant |
JavaStyleComment |
A simple character constant |
Message |
This class represents the root class for all kopic errors |
MessageDescription |
This class defines message descriptions (errors, warnings, notices, ...)
The message format is a text message with placeholders for its arguments
of the form {0}, {1}, ... |
Options |
This class implements the entry point of the Java compiler |
TokenReference |
This class defines objets that hold a reference to a file and a position
in the file. |
UnicodeReader |
A character-stream reader that transforms unicode escape sequences
into characters according to the Java Language Specification - Second Edition. |
UnpositionedError |
This class is the root class for all compiler errors without a reference
to the source text. |
Utils |
This class defines severals utilities methods used in source code |