| java.lang.Object com.uwyn.rife.asm.Attribute com.uwyn.rife.asm.attrs.StackMapTableAttribute com.uwyn.rife.asm.util.attrs.ASMStackMapTableAttribute
Method Summary | |
protected void | appendLabel(StringBuffer buf, Map labelNames, Label l) | public void | asmify(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) |
ASMStackMapTableAttribute | public ASMStackMapTableAttribute()(Code) | | |
ASMStackMapTableAttribute | public ASMStackMapTableAttribute(List frames, int len)(Code) | | |
Methods inherited from com.uwyn.rife.asm.attrs.StackMapTableAttribute | public static List calculateLocals(String className, int access, String methodName, String methodDesc)(Code)(Java Doc) public StackMapFrame getFrame(Label label)(Code)(Java Doc) public List getFrames()(Code)(Java Doc) public static int getMethodOff(ClassReader cr, int codeOff, char[] buf)(Code)(Java Doc) public boolean isCodeAttribute()(Code)(Java Doc) public boolean isUnknown()(Code)(Java Doc) protected Attribute read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels)(Code)(Java Doc) public String toString()(Code)(Java Doc) protected ByteVector write(ClassWriter cw, byte[] code, int len, int maxStack, int maxLocals)(Code)(Java Doc)
|
|
|