Class 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 ExceptionTableExtractor()
      Creates a new exception table extractor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.objectweb.asm.MethodVisitor visitMethod​(int modifiers, java.lang.String internalName, java.lang.String descriptor, java.lang.String signature, java.lang.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 Detail

      • ExceptionTableExtractor

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

      • visitMethod

        public org.objectweb.asm.MethodVisitor visitMethod​(int modifiers,
                                                           java.lang.String internalName,
                                                           java.lang.String descriptor,
                                                           java.lang.String signature,
                                                           java.lang.String[] exception)
        Overrides:
        visitMethod in class org.objectweb.asm.ClassVisitor