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.
    • Constructor Detail

      • ExceptionTableExtractor

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

      • visitMethod

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