Class BytecodeTrackingDumper.MethodBytecode

  • Enclosing class:
    BytecodeTrackingDumper

    static class BytecodeTrackingDumper.MethodBytecode
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodBytecode()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.util.Collection<java.lang.Integer> offsetsForMethod, int currentDepth, int currentLine)  
      (package private) java.util.TreeMap<java.lang.Integer,​java.lang.Integer> getFinal()  
      • Methods inherited from class java.lang.Object

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

      • MethodBytecode

        MethodBytecode()
    • Method Detail

      • add

        public void add​(java.util.Collection<java.lang.Integer> offsetsForMethod,
                        int currentDepth,
                        int currentLine)
      • getFinal

        java.util.TreeMap<java.lang.Integer,​java.lang.Integer> getFinal()