Interface BytecodeDumpConsumer.Item

Enclosing interface:
BytecodeDumpConsumer

public static interface BytecodeDumpConsumer.Item
  • Method Details

    • getMethod

      Method getMethod()
    • getBytecodeLocs

      NavigableMap<Integer,Integer> getBytecodeLocs()
      return a map of BYTECODE LOCATION IN METHOD to LINE NUMBER. Note that this is ordered by BYTECODE LOCATION.