mirror of
https://github.com/badvision/jace.git
synced 2024-11-24 15:30:51 +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 String getNewDocumentContent();
|
||||
|
||||
|
||||
public CompileResult<T> compile(Program program);
|
||||
|
||||
public void execute(CompileResult<T> lastResult);
|
||||
|
||||
|
||||
public void clean(CompileResult<T> lastResult);
|
||||
}
|
Loading…
Reference in New Issue
Block a user