LOG.debug("Compiling DISPEL for used object: " + object);
}
if (object.getDispel() == null)
{
CompilationException exc = new CompilationException();
exc.initCause(new NoDispelException(object));
throw exc;
}
DISPELCompiler compiler = new DISPELCompiler();
DISPELGraphBuilder builder = new DISPELGraphBuilder(registry, optimiser);