org.objectweb.asm.util.attrs

Class ASMEnclosingMethodAttribute

public class ASMEnclosingMethodAttribute extends EnclosingMethodAttribute implements ASMifiable

An {@link ASMifiable} {@link EnclosingMethodAttribute} sub class.

Author: Eugene Kuleshov

Method Summary
voidasmify(StringBuffer buf, String varName, Map labelNames)
protected Attributeread(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels)

Method Detail

asmify

public void asmify(StringBuffer buf, String varName, Map labelNames)

read

protected Attribute read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels)