| java.lang.Object com.uwyn.rife.asm.Attribute com.uwyn.rife.asm.attrs.StackMapAttribute com.uwyn.rife.asm.util.attrs.ASMStackMapAttribute
Method Summary | |
protected void | appendLabel(StringBuffer buf, Map labelNames, Label l) | public void | asmify(StringBuffer buf, String varName, Map labelNames) | void | asmify(StackMapFrame f, StringBuffer buf, String varName, Map labelNames) | void | asmifyTypeInfo(StringBuffer buf, String varName, Map labelNames, List infos, String field) | static void | declareLabel(StringBuffer buf, Map labelNames, Label l) | protected Attribute | read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels) | public void | trace(StringBuffer buf, Map labelNames) |
ASMStackMapAttribute | public ASMStackMapAttribute()(Code) | | |
ASMStackMapAttribute | public ASMStackMapAttribute(List frames, int len)(Code) | | |
|
|