/*
 * Created on Feb 24, 2004
 */
package fi.hu.cs.ttk91;

/*
 * See separate documentation in yhteisapi.pdf in the javadoc root.
 */
public interface TTK91CompileSource {
	
	/**
	 * 
	 * @return the source code
	 */
	public String getSource();
}
