org.objectweb.asm.util.attrs

Class ASMStackMapTableAttribute

public class ASMStackMapTableAttribute extends StackMapTableAttribute implements ASMifiable, Traceable

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

Author: Eugene Kuleshov

Constructor Summary
ASMStackMapTableAttribute()
ASMStackMapTableAttribute(List frames, int len)
Method Summary
protected voidappendLabel(StringBuffer buf, Map labelNames, Label l)
voidasmify(StringBuffer buf, String varName, Map labelNames)
protected Attributeread(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels)
voidtrace(StringBuffer buf, Map labelNames)

Constructor Detail

ASMStackMapTableAttribute

public ASMStackMapTableAttribute()

ASMStackMapTableAttribute

public ASMStackMapTableAttribute(List frames, int len)

Method Detail

appendLabel

protected void appendLabel(StringBuffer buf, Map labelNames, Label l)

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)

trace

public void trace(StringBuffer buf, Map labelNames)