package edu.uchicago.cs.cspp51035;

/*
 * Created on Jun 26, 2005
 *
 */

/**
 * @author yuhu
 *
 * TODO To change the template for this generated type comment go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
import java.util.*;
import java.lang.*;


public interface StackElement {

	String	getInfo();
		
}