Package at.dms.compiler.tools.common

Interface Summary
CompilerMessages  
 

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
 

Exception Summary
FormattedException This class defines exceptions formatted using message descriptions.
InconsistencyException An InconsistencyException indicates that an inconsistent internal state has been discovered, usually due to incorrect program logic.
PositionedError This class is the root class for all compiler errors with a reference to the source text.