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

astra.tr.Action Maven / Gradle / Ivy

package astra.tr;



public interface Action {

	public ActionHandler getStatementHandler();

	public boolean isLinkedToSource();

	public int beginLine();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy