class AbstractRuntimeContext def load_library(library_path) raise NotImplementedError, "method not implemented" end def get_type(type_name, *args) raise NotImplementedError, "method not implemented" end end