Package at.dms.compiler

Interface Summary
WarningFilter This interface filters warnings.
 

Class Summary
Compiler This class defines the common behaviour of all KOPI compilers.
CompilerMessages  
CToken  
CToken.LookupToken  
FastStringBuffer An alternative implementation of StringBuffer that should be faster than the original.
InputBuffer Buffer that holds a whole input file.
JavadocComment The contents of a parsed javadoc comment.
JavaStyleComment A simple character constant
NumberParser This class parses Strings to convert them to ordinal literals.
Parser This class describes the capabilities of parsers.
Phylum This class represents the root class for all elements of the parsing tree.
Scanner This class describes the capabilities of lexers (token streams) to share a common input buffer and to handle line numbers.
TabbedPrintWriter This class implements a tabbed print writer.
TokenReference A reference to a file and a position in the file.
UnpositionedError This class is the root class for all compiler errors without a reference to the source text.
 

Exception Summary
CWarning This class represents warnings in the compiler error hierarchy.
PositionedError This class is the root class for all compiler errors with a reference to the source text.