|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
groovy.lang.GroovyClassLoader
org.codehaus.groovy.tools.ast.TestHarnessClassLoader
class TestHarnessClassLoader extends GroovyClassLoader
ClassLoader exists so that TestHarnessOperation can be wired into the compile.
Field Summary |
---|
Fields inherited from class GroovyClassLoader | |
---|---|
classCache, sourceCache |
Constructor Summary | |
TestHarnessClassLoader(ASTTransformation transform, CompilePhase phase)
|
Method Summary | |
---|---|
protected CompilationUnit
|
createCompilationUnit(CompilerConfiguration config, CodeSource codeSource)
|
Methods inherited from class URLClassLoader | |
---|---|
newInstance, newInstance, findResource, findResources, getURLs, loadClass, getSystemClassLoader, getResource, getResourceAsStream, getSystemResource, getSystemResourceAsStream, clearAssertionStatus, getParent, getResources, getSystemResources, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Methods inherited from class SecureClassLoader | |
---|---|
loadClass, getSystemClassLoader, getResource, getResourceAsStream, getSystemResource, getSystemResourceAsStream, clearAssertionStatus, getParent, getResources, getSystemResources, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Methods inherited from class ClassLoader | |
---|---|
loadClass, getSystemClassLoader, getResource, getResourceAsStream, getSystemResource, getSystemResourceAsStream, clearAssertionStatus, getParent, getResources, getSystemResources, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
public TestHarnessClassLoader(ASTTransformation transform, CompilePhase phase)
Method Detail |
---|
protected CompilationUnit createCompilationUnit(CompilerConfiguration config, CodeSource codeSource)
Copyright © 2003-2009 The Codehaus. All rights reserved.