]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/top/LocalStorage.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / top / LocalStorage.java
diff --git a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/top/LocalStorage.java b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/top/LocalStorage.java
new file mode 100644 (file)
index 0000000..9e9b9bc
--- /dev/null
@@ -0,0 +1,7 @@
+package org.simantics.scl.compiler.top;
+
+import org.simantics.scl.compiler.types.Type;
+
+public interface LocalStorage {
+    void store(String name, Object value, Type type);
+}