All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.xdef.sys.SParserSavedObject Maven / Gradle / Ivy

There is a newer version: 42.2.13
Show newest version
package org.xdef.sys;

/** Interface for parser saved object.
 * @author Vaclav Trojan
 */
public interface SParserSavedObject {
	/** Reset parser saved object. */
	public void reset();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy