org.objectweb.asm.util.attrs

Class ASMEnclosingMethodAttribute

Implemented Interfaces:
ASMifiable

public class ASMEnclosingMethodAttribute
extends EnclosingMethodAttribute
implements ASMifiable

An ASMifiable EnclosingMethodAttribute sub class.
Author:
Eugene Kuleshov

Field Summary

Fields inherited from class org.objectweb.asm.attrs.EnclosingMethodAttribute

desc, name, owner

Fields inherited from class org.objectweb.asm.Attribute

next, type

Method Summary

void
asmify(StringBuffer buf, String varName, Map labelNames)
protected Attribute
read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels)

Methods inherited from class org.objectweb.asm.attrs.EnclosingMethodAttribute

read, toString, write

Methods inherited from class org.objectweb.asm.Attribute

getLabels, isUnknown, read, write

Method Details

asmify

public void asmify(StringBuffer buf,
                   String varName,
                   Map labelNames)
Specified by:
asmify in interface ASMifiable

read

protected Attribute read(ClassReader cr,
                         int off,
                         int len,
                         char[] buf,
                         int codeOff,
                         Label[] labels)
Overrides:
read in interface EnclosingMethodAttribute