package org.simantics.scl.compiler.types.util; import org.simantics.scl.compiler.types.Type; public interface Typed { Type getType(); }