astra.tr.Action Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of astra-interpreter Show documentation
Show all versions of astra-interpreter Show documentation
Core interpreter artifact for the ASTRA Language
package astra.tr;
public interface Action {
public ActionHandler getStatementHandler();
public boolean isLinkedToSource();
public int beginLine();
}