org.objectweb.asm.util.attrs

Class ASMSourceDebugExtensionAttribute

Implemented Interfaces:
ASMifiable

public class ASMSourceDebugExtensionAttribute
extends SourceDebugExtensionAttribute
implements ASMifiable

An ASMifiable SourceDebugExtensionAttribute sub class.
Author:
Eugene Kuleshov

Field Summary

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

debugExtension

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.SourceDebugExtensionAttribute

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 SourceDebugExtensionAttribute