113114115116117118119
public BytecodeCompiler(ClassLoader parent, IBytecodeFactory factory, Version defaultVersion) { this.factory = factory; this.defaultVersion = defaultVersion; this.loader = new Loader(parent); this.pool = new BytecodeResolutionPool(loader); }