package Frame;
/**
* Information about accessing variables, developed during the
* Tiger * compilation process.
*
* History
*
* - 7 December 1998 (version 0.1)
*
- Built from examples in Appel's book.
*
*
* @author Samuel A. Rebelsky
* @author Andrew Appel
* @version 0.1 of 7 December 1998
*/
public abstract class Access {
// +--------+--------------------------------------------------
// | Fields |
// +--------+
// +---------+-------------------------------------------------
// | Methods |
// +---------+
} // class Access