|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBlockMethodVisitor
A method visitor with additional notifications for block boundaries.
Method Summary | |
---|---|
void |
visitBlockEnd(int id)
This method is always called after the last instruction of a block. |
void |
visitBlockEndBeforeJump(int id)
This method is called at the end of a block. |
Methods inherited from interface org.objectweb.asm.MethodVisitor |
---|
visitAnnotation, visitAnnotationDefault, visitAttribute, visitCode, visitEnd, visitFieldInsn, visitFrame, visitIincInsn, visitInsn, visitIntInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLocalVariable, visitLookupSwitchInsn, visitMaxs, visitMethodInsn, visitMultiANewArrayInsn, visitParameterAnnotation, visitTableSwitchInsn, visitTryCatchBlock, visitTypeInsn, visitVarInsn |
Method Detail |
---|
void visitBlockEndBeforeJump(int id)
id
- identifier of the block within the methodvoid visitBlockEnd(int id)
id
- identifier of the block within the method
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |