]> gerrit.simantics Code Review - simantics/platform.git/blob - TypeBindingScheme.java
b39e0eb3e4e29b6e7b42914e12f477b996c7d595
[simantics/platform.git] / TypeBindingScheme.java
1 package org.simantics.scl.reflection;\r
2 \r
3 import org.simantics.scl.compiler.types.TCon;\r
4 \r
5 /**\r
6  * Binds SCL type constructors to Java classes.\r
7  * @author Hannu Niemistö\r
8  */\r
9 public interface TypeBindingScheme {\r
10     Class<?> getClass(TCon con) throws TypeNotFoundException;\r
11 }\r