- org.codehaus.groovy.reflection.SunClassLoader
-
- All Implemented Interfaces and Traits:
- org.objectweb.asm.Opcodes
public class SunClassLoader
extends ClassLoader
Special class loader, which when running on Sun VM allows to generate accessor classes for any method
-
-
Methods Summary
-
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class ClassLoader |
loadClass, getSystemClassLoader, getResource, getResourceAsStream, getSystemResource, getSystemResourceAsStream, clearAssertionStatus, getParent, getResources, getSystemResources, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
-
-
Constructor Detail
-
protected SunClassLoader()
-
Method Detail
-
protected void define(byte[] bytes, String name)
-
protected Class loadClass(String name, boolean resolve)
-
protected void loadFromRes(String name)
Copyright © 2003-2014 The Codehaus. All rights reserved.