org.xdef.sys.SParserSavedObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xdef Show documentation
Show all versions of xdef Show documentation
X-definition 4.2 (Open Source Software)
package org.xdef.sys;
/** Interface for parser saved object.
* @author Vaclav Trojan
*/
public interface SParserSavedObject {
/** Reset parser saved object. */
public void reset();
}