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 final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a TypeCompiler corresponding to the given TypeId.
  • Field Details

  • Method Details

    • getTypeCompiler

      TypeCompiler getTypeCompiler(TypeId typeId)
      Get a TypeCompiler corresponding to the given TypeId.
      Returns:
      A TypeCompiler