[Java] Class BytecodeDumper
- org.codehaus.groovy.classgen.asm.BytecodeDumper
- All Implemented Interfaces and Traits:
- BytecodeProcessor
public class BytecodeDumper extends Object implements BytecodeProcessor
An utility class which can be used in test cases to dump generated bytecode.
- Since:
- 2.4.0
Field Summary
| Modifiers | Name | Description |
|---|---|---|
static BytecodeDumper | STANDARD_ERR |
Constructor Summary
| Constructor and description |
|---|
BytecodeDumper
(Writer out) |
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
public byte[] |
processBytecode(String name, byte[] original) |
Inherited Methods Summary
| Methods inherited from class | Name |
|---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail
public static final BytecodeDumper STANDARD_ERR
Constructor Detail
public BytecodeDumper(Writer out)
Method Detail
@Override public byte[] processBytecode(String name, byte[] original)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/classgen/asm/BytecodeDumper.html