public interface ClassDefiningClassLoader
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
defineClass(String name,
byte[] bytes) |
Class<?> |
loadClass(String name) |
Class<?> loadClass(String name) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2001–2024 JRuby. All rights reserved.