mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 13:29:32 -06:00
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