]> gerrit.simantics Code Review - simantics/platform.git/blob - Typed.java
c84c25eb65fa8f8bb6133c61eda22f5fb0146237
[simantics/platform.git] / Typed.java
1 package org.simantics.scl.compiler.types.util;
2
3 import org.simantics.scl.compiler.types.Type;
4
5 public interface Typed {
6     Type getType();
7 }