[Groovy] Class BytecodeCollector
- groovy.inspect.swingui.BytecodeCollector
Properties Summary
Type | Name and description |
---|---|
Map<String, byte[]> |
bytecode |
Constructor Summary
Constructor and description |
---|
BytecodeCollector
(ClassCollector delegate, Map<String, byte[]> bytecode) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
protected Class |
createClass(byte[] code, ClassNode classNode) |
Property Detail
Map<String, byte[]> bytecode
Constructor Detail
BytecodeCollector(ClassCollector delegate, Map<String, byte[]> bytecode)
Method Detail
@Override protected Class createClass(byte[] code, ClassNode classNode)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/inspect/swingui/BytecodeCollector.html