Interface LineNumberTableMapper

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void logProperties​(java.io.PrintWriter pw)
      Callback method that can be used to log custom properties to the Printwriter.
      boolean mapLineNumberTable​(java.lang.String className, java.lang.String methodName, java.lang.String methodSignature, LineNumberTableAttrInfo lineNumberTable)
      Callback method that can be used to remap a line number table.
    • Method Detail

      • logProperties

        void logProperties​(java.io.PrintWriter pw)
        Callback method that can be used to log custom properties to the Printwriter.
        Parameters:
        pw - the PrintWriter to print to.