Interface TypeCompilerFactory
-
- All Known Implementing Classes:
TypeCompilerFactoryImpl
public interface TypeCompilerFactory
Factory interface for the compilation part of datatypes.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
MODULE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeCompiler
getTypeCompiler(TypeId typeId)
Get a TypeCompiler corresponding to the given TypeId.
-
-
-
Field Detail
-
MODULE
static final java.lang.String MODULE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTypeCompiler
TypeCompiler getTypeCompiler(TypeId typeId)
Get a TypeCompiler corresponding to the given TypeId.- Returns:
- A TypeCompiler
-
-