forked from GitHub/gf-core
loading and unloading of languages in the C runtime and in the Python bindings
This commit is contained in:
@@ -27,6 +27,12 @@ public class Concr {
|
||||
|
||||
public native boolean hasLinearization(String id);
|
||||
|
||||
public native void load(String path) throws FileNotFoundException;
|
||||
|
||||
public native void load(InputStream stream);
|
||||
|
||||
public native void unload();
|
||||
|
||||
//////////////////////////////////////////////////////////////////
|
||||
// private stuff
|
||||
|
||||
|
||||
Reference in New Issue
Block a user