|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.ClassLoader org.codehaus.groovy.reflection.SunClassLoader
public class SunClassLoader extends ClassLoader
Special class loader, which when running on Sun VM allows to generate accessor classes for any method
Field Summary | |
---|---|
protected Map |
knownClasses
|
protected static SunClassLoader |
sunVM
|
Constructor Summary | |
protected SunClassLoader()
|
Method Summary | |
---|---|
protected void
|
define(byte[] bytes, String name)
|
Class
|
doesKnow(String name)
|
protected Class
|
loadClass(String name, boolean resolve)
|
protected void
|
loadFromRes(String name)
|
protected static String
|
resName(String s)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
protected final Map knownClasses
protected static final SunClassLoader sunVM
Constructor Detail |
---|
protected SunClassLoader()
Method Detail |
---|
protected void define(byte[] bytes, String name)
public Class doesKnow(String name)
protected Class loadClass(String name, boolean resolve)
protected void loadFromRes(String name)
protected static String resName(String s)
Copyright © 2003-2013 The Codehaus. All rights reserved.