mirror of
https://github.com/badvision/jace.git
synced 2024-11-28 10:52:33 +00:00
Clean up method stub added for cleaning after test compilations
This commit is contained in:
parent
df6101ddc5
commit
175484b4b3
@ -3,10 +3,10 @@ package jace.ide;
|
|||||||
public interface LanguageHandler<T> {
|
public interface LanguageHandler<T> {
|
||||||
|
|
||||||
public String getNewDocumentContent();
|
public String getNewDocumentContent();
|
||||||
|
|
||||||
public CompileResult<T> compile(Program program);
|
public CompileResult<T> compile(Program program);
|
||||||
|
|
||||||
public void execute(CompileResult<T> lastResult);
|
public void execute(CompileResult<T> lastResult);
|
||||||
|
|
||||||
|
public void clean(CompileResult<T> lastResult);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user