Class MethodSorter.CV

  • Enclosing class:
    MethodSorter

    public static class MethodSorter.CV
    extends org.objectweb.asm.ClassVisitor
    Class Visitor that constructs a map of method name to source line number.
    • Method Detail

      • visitMethod

        public org.objectweb.asm.MethodVisitor visitMethod​(int access,
                                                           String name,
                                                           String desc,
                                                           String signature,
                                                           String[] exceptions)
        Overrides:
        visitMethod in class org.objectweb.asm.ClassVisitor