protected class Advice.Dispatcher.Inlining.Resolved.AdviceMethodInliner.ExceptionTableCollector extends MethodVisitor
api, mv| Modifier | Constructor and Description |
|---|---|
protected |
ExceptionTableCollector(MethodVisitor methodVisitor)
Creates a new exception table collector.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationVisitor |
visitTryCatchAnnotation(int typeReference,
TypePath typePath,
String descriptor,
boolean visible) |
void |
visitTryCatchBlock(Label start,
Label end,
Label handler,
String type) |
getDelegate, visitAnnotableParameterCount, visitAnnotation, visitAnnotationDefault, visitAttribute, visitCode, visitEnd, visitFieldInsn, visitFrame, visitIincInsn, visitInsn, visitInsnAnnotation, visitIntInsn, visitInvokeDynamicInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLocalVariable, visitLocalVariableAnnotation, visitLookupSwitchInsn, visitMaxs, visitMethodInsn, visitMethodInsn, visitMultiANewArrayInsn, visitParameter, visitParameterAnnotation, visitTableSwitchInsn, visitTypeAnnotation, visitTypeInsn, visitVarInsnprotected ExceptionTableCollector(MethodVisitor methodVisitor)
methodVisitor - The method visitor for which the try-catch-finally blocks should be written.public void visitTryCatchBlock(Label start, Label end, Label handler, @MaybeNull String type)
visitTryCatchBlock in class MethodVisitor@MaybeNull public AnnotationVisitor visitTryCatchAnnotation(int typeReference, @MaybeNull TypePath typePath, String descriptor, boolean visible)
visitTryCatchAnnotation in class MethodVisitorCopyright © 2014–2025. All rights reserved.