]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/types/util/Typed.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / types / util / Typed.java
diff --git a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/types/util/Typed.java b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/types/util/Typed.java
new file mode 100644 (file)
index 0000000..c84c25e
--- /dev/null
@@ -0,0 +1,7 @@
+package org.simantics.scl.compiler.types.util;
+
+import org.simantics.scl.compiler.types.Type;
+
+public interface Typed {
+    Type getType();
+}