Package edu.umd.cs.jazz.io

Interface Summary
ZInternalParserConstants  
ZSerializable ZSerializable indicates that a class can be read/written with ZObjectOutputStream If the object declares the ZSerializable writeReplace() method, then the object returned by writeReplace will be written out instead of this one.
 

Class Summary
ASCII_UCodeESC_CharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
Token Describes the input token stream.
ZExtendedInputStream  
ZInternalParser  
ZInternalParserTokenManager  
ZObjectOutputStream ZObjectOutputStream writes Jazz objects that are ZSerializable.
ZParser  
ZStreamPreprocessor  
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError