]> gerrit.simantics Code Review - simantics/platform.git/blob - LocalStorage.java
9e9b9bcc86f2ab640bad13ae22b3b40a403bdcb6
[simantics/platform.git] / LocalStorage.java
1 package org.simantics.scl.compiler.top;
2
3 import org.simantics.scl.compiler.types.Type;
4
5 public interface LocalStorage {
6     void store(String name, Object value, Type type);
7 }