Class Advice.Dispatcher.Inlining.Resolved.AdviceMethodInliner.ExceptionTableExtractor

java.lang.Object
org.objectweb.asm.ClassVisitor
net.bytebuddy.asm.Advice.Dispatcher.Inlining.Resolved.AdviceMethodInliner.ExceptionTableExtractor
Enclosing class:
Advice.Dispatcher.Inlining.Resolved.AdviceMethodInliner

protected class Advice.Dispatcher.Inlining.Resolved.AdviceMethodInliner.ExceptionTableExtractor extends org.objectweb.asm.ClassVisitor
A class visitor that extracts the exception tables of the advice method.
  • Field Summary

    Fields inherited from class org.objectweb.asm.ClassVisitor

    api, cv
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Creates a new exception table extractor.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.objectweb.asm.MethodVisitor
    visitMethod(int modifiers, String internalName, String descriptor, String signature, String[] exception)
     

    Methods inherited from class org.objectweb.asm.ClassVisitor

    visit, visitAnnotation, visitAttribute, visitEnd, visitField, visitInnerClass, visitModule, visitNestHost, visitNestMember, visitOuterClass, visitPermittedSubclass, visitRecordComponent, visitSource, visitTypeAnnotation

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExceptionTableExtractor

      protected ExceptionTableExtractor()
      Creates a new exception table extractor.
  • Method Details