Interface TypeCompilerFactory
- All Known Implementing Classes:
TypeCompilerFactoryImpl
public interface TypeCompilerFactory
Factory interface for the compilation part of datatypes.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetTypeCompiler
(TypeId typeId) Get a TypeCompiler corresponding to the given TypeId.
-
Field Details
-
MODULE
- See Also:
-
-
Method Details
-
getTypeCompiler
Get a TypeCompiler corresponding to the given TypeId.- Returns:
- A TypeCompiler
-