类 BytecodeCompiler.ChildClassLoader

所有已实现的接口:
Closeable, AutoCloseable
封闭类:
BytecodeCompiler

private static class BytecodeCompiler.ChildClassLoader extends URLClassLoader
A ChildClassLoader will load the generated compiled classes.
  • 字段详细资料

    • NO_URLS

      private static final URL[] NO_URLS
    • classesDefinedCount

      private final AtomicInteger classesDefinedCount
  • 构造器详细资料

  • 方法详细资料

    • defineClass

      public Class<?> defineClass(String name, byte[] bytes)
    • getClassesDefinedCount

      public int getClassesDefinedCount()