Interface FastCoverageListener

All Known Implementing Classes:
FastCoverageListener.Default

public interface FastCoverageListener
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    logJump(int iid, int branch)
     
    void
    logLookUpSwitch(int value, int iid, int dflt, int[] cases)
     
    void
    logMethodBegin(int iid)
     
    void
    logMethodEnd(int iid)
     
    void
    logTableSwitch(int value, int iid, int min, int max, int dflt)
     
  • Method Details

    • logMethodBegin

      void logMethodBegin(int iid)
    • logMethodEnd

      void logMethodEnd(int iid)
    • logJump

      void logJump(int iid, int branch)
    • logLookUpSwitch

      void logLookUpSwitch(int value, int iid, int dflt, int[] cases)
    • logTableSwitch

      void logTableSwitch(int value, int iid, int min, int max, int dflt)