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
ClassNotFoundException
Copyright © 2001-2017 JRuby. All Rights Reserved.