Class MethodSorter.MV

java.lang.Object
org.objectweb.asm.MethodVisitor
org.nuxeo.runtime.test.runner.MethodSorter.MV
Enclosing class:
MethodSorter

public static class MethodSorter.MV extends org.objectweb.asm.MethodVisitor
Method Visitor that records method source line number.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final String
     
     

    Fields inherited from class org.objectweb.asm.MethodVisitor

    api, mv
  • Constructor Summary

    Constructors
    Constructor
    Description
    MV(Map<String,Integer> nameToLine, String name)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visitLineNumber(int line, org.objectweb.asm.Label start)
     

    Methods inherited from class org.objectweb.asm.MethodVisitor

    getDelegate, visitAnnotableParameterCount, visitAnnotation, visitAnnotationDefault, visitAttribute, visitCode, visitEnd, visitFieldInsn, visitFrame, visitIincInsn, visitInsn, visitInsnAnnotation, visitIntInsn, visitInvokeDynamicInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLocalVariable, visitLocalVariableAnnotation, visitLookupSwitchInsn, visitMaxs, visitMethodInsn, visitMethodInsn, visitMultiANewArrayInsn, visitParameter, visitParameterAnnotation, visitTableSwitchInsn, visitTryCatchAnnotation, visitTryCatchBlock, visitTypeAnnotation, visitTypeInsn, visitVarInsn

    Methods inherited from class java.lang.Object

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

  • Constructor Details

  • Method Details

    • visitLineNumber

      public void visitLineNumber(int line, org.objectweb.asm.Label start)
      Overrides:
      visitLineNumber in class org.objectweb.asm.MethodVisitor