public interface org.testng.IDataProviderListener extends org.testng.ITestNGListener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.testng.IDataProviderListener
  super_class: java.lang.Object
{
  public void beforeDataProviderExecution(org.testng.IDataProviderMethod, org.testng.ITestNGMethod, org.testng.ITestContext);
    descriptor: (Lorg/testng/IDataProviderMethod;Lorg/testng/ITestNGMethod;Lorg/testng/ITestContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // org.testng.IDataProviderListener this
        start local 1 // org.testng.IDataProviderMethod dataProviderMethod
        start local 2 // org.testng.ITestNGMethod method
        start local 3 // org.testng.ITestContext iTestContext
         0: .line 17
            return
        end local 3 // org.testng.ITestContext iTestContext
        end local 2 // org.testng.ITestNGMethod method
        end local 1 // org.testng.IDataProviderMethod dataProviderMethod
        end local 0 // org.testng.IDataProviderListener this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lorg/testng/IDataProviderListener;
            0    1     1  dataProviderMethod  Lorg/testng/IDataProviderMethod;
            0    1     2              method  Lorg/testng/ITestNGMethod;
            0    1     3        iTestContext  Lorg/testng/ITestContext;
    MethodParameters:
                    Name  Flags
      dataProviderMethod  
      method              
      iTestContext        

  public void afterDataProviderExecution(org.testng.IDataProviderMethod, org.testng.ITestNGMethod, org.testng.ITestContext);
    descriptor: (Lorg/testng/IDataProviderMethod;Lorg/testng/ITestNGMethod;Lorg/testng/ITestContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // org.testng.IDataProviderListener this
        start local 1 // org.testng.IDataProviderMethod dataProviderMethod
        start local 2 // org.testng.ITestNGMethod method
        start local 3 // org.testng.ITestContext iTestContext
         0: .line 30
            return
        end local 3 // org.testng.ITestContext iTestContext
        end local 2 // org.testng.ITestNGMethod method
        end local 1 // org.testng.IDataProviderMethod dataProviderMethod
        end local 0 // org.testng.IDataProviderListener this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lorg/testng/IDataProviderListener;
            0    1     1  dataProviderMethod  Lorg/testng/IDataProviderMethod;
            0    1     2              method  Lorg/testng/ITestNGMethod;
            0    1     3        iTestContext  Lorg/testng/ITestContext;
    MethodParameters:
                    Name  Flags
      dataProviderMethod  
      method              
      iTestContext        
}
SourceFile: "IDataProviderListener.java"