Package at.dms.util

Class Summary
ArrayLocator This class allows to find the position of an object in an array.
CharArrayCache This class implements a cache of char arrays
ConstList This provides a constant interface to a list, where "constant" means that elements can't be added or removed from the list.
GetSteadyMethods Pulled out of lowering.fission.StatelessMethodDublicate for general use: Find methods reachable in a steady state.
IRPrinter  
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, ...
MutableList Intended to be used in conjunction with ConstList, if one user wants a constant view of a list while another wants to be able to mutate it.
Options This class implements the entry point of the Java compiler
SimpleStringBuffer A class to handle a sequence of characters.
SIRPrinter  
UnicodeReader A character-stream reader that transforms unicode escape sequences into characters according to the Java Language Specification - Second Edition.
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.
NotImplementedException This exception is thrown when an unimplemented operation or feature is requested.