Class BytecodeTrackingDumper.LocAtLine

  • Enclosing class:
    BytecodeTrackingDumper

    static class BytecodeTrackingDumper.LocAtLine
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int currentLine  
      (package private) int depth  
    • Constructor Summary

      Constructors 
      Constructor Description
      LocAtLine​(int depth, int currentLine)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCurrentLine()  
      int getDepth()  
      void improve​(int currentDepth, int currentLine)  
      • Methods inherited from class java.lang.Object

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

      • depth

        int depth
      • currentLine

        int currentLine
    • Constructor Detail

      • LocAtLine

        LocAtLine​(int depth,
                  int currentLine)
    • Method Detail

      • getDepth

        public int getDepth()
      • getCurrentLine

        public int getCurrentLine()
      • improve

        public void improve​(int currentDepth,
                            int currentLine)