org.objectweb.asm.util.attrs
public class ASMStackMapAttribute extends StackMapAttribute implements ASMifiable, Traceable
Constructor Summary | |
---|---|
ASMStackMapAttribute() | |
ASMStackMapAttribute(List frames, int len) |
Method Summary | |
---|---|
protected void | appendLabel(StringBuffer buf, Map labelNames, Label l) |
void | asmify(StringBuffer buf, String varName, Map labelNames) |
protected Attribute | read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels) |
void | trace(StringBuffer buf, Map labelNames) |