[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

Fields
Modifiers Name Description
static BytecodeDumper STANDARD_ERR

Constructor Summary

Constructors
Constructor and description
BytecodeDumper (Writer out)

Methods Summary

Methods
Type Params Return Type Name and description
public byte[] processBytecode(String name, byte[] original)

Inherited Methods Summary

Inherited Methods
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