]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/TypeBindingScheme.java
Several Wiki documentation view improvements.
[simantics/platform.git] / bundles / org.simantics.scl.reflection / src / org / simantics / scl / reflection / 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