Package polyglot.util

Classes to provide compiler utilities, such as data structures and convenience classes.

See:
          Description

Class Summary
CodeWriter A CodeWriter is a pretty-printing engine.
OptimalCodeWriter The pretty-printing algorithm is loosely based on the Modula-3 pretty-printer, and on notes by Greg Nelson.
SimpleCodeWriter SimpleCodeWriter is a simple, fast, bulletproof implementation of the CodeWriter interface.
 

Package polyglot.util Description

Classes to provide compiler utilities, such as data structures and convenience classes.