]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/module/Module.java
Added module header feature to SCL language.
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / module / Module.java
index 180509521312ca6e7bb014ec0d99e8ba7ab015b2..6f13ed426940e11a2d59e949a670c1cedb7a7d6f 100644 (file)
@@ -54,5 +54,5 @@ public interface Module {
     void dispose();
 
     CompilationError[] getWarnings();
-    
+    ClassLoader getParentClassLoader();
 }