]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/runtime/MutableClassLoader.java
(refs #7245) The first version of decompiler for SCL compilations
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / runtime / MutableClassLoader.java
index adf36f8af062a615b069bf86993233dc2d484759..422d38dc6c340dd6d6c9a785bdeac458781a6e5b 100644 (file)
@@ -16,5 +16,6 @@ public interface MutableClassLoader {
     String getFreshPackageName();
     THashMap<Constant, Object> getConstantCache();
     ClassLoader getClassLoader();
+    byte[] getBytes(String className);
 
 }