| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.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-2010 The Codehaus. All rights reserved.