[Groovy] Class GeneratedBytecodeAwareGroovyClassLoader

  • groovy.inspect.swingui.GeneratedBytecodeAwareGroovyClassLoader

Constructor Summary

Constructors
Constructor and description
GeneratedBytecodeAwareGroovyClassLoader (GroovyClassLoader parent)

Methods Summary

Methods
Type Params Return Type Name and description
void clearBytecodeTable()
protected ClassCollector createCollector(CompilationUnit unit, SourceUnit su)
byte[] getBytecode(String className)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class GroovyClassLoader loadClass, loadClass, loadClass, defineClass, defineClass, addURL, clearCache, setResourceLoader, getResourceLoader, generateScriptName, setShouldRecompile, isShouldRecompile, getLoadedClasses, parseClass, parseClass, parseClass, parseClass, parseClass, parseClass, addClasspath, getResourceAsStream, newInstance, newInstance, findResource, findResources, close, getURLs, getSystemClassLoader, getResource, getSystemResource, getSystemResourceAsStream, clearAssertionStatus, getParent, getResources, getSystemResources, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
class URLClassLoader getResourceAsStream, newInstance, newInstance, findResource, findResources, close, getURLs, loadClass, getSystemClassLoader, getResource, getSystemResource, getSystemResourceAsStream, clearAssertionStatus, getParent, getResources, getSystemResources, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Constructor Detail

GeneratedBytecodeAwareGroovyClassLoader(GroovyClassLoader parent)

Method Detail

void clearBytecodeTable()

@Override protected ClassCollector createCollector(CompilationUnit unit, SourceUnit su)

byte[] getBytecode(String className)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/inspect/swingui/GeneratedBytecodeAwareGroovyClassLoader.html