Package org.benf.cfr.reader.util.output
Interface BytecodeDumpConsumer.Item
- Enclosing interface:
- BytecodeDumpConsumer
public static interface BytecodeDumpConsumer.Item
-
Method Summary
Modifier and TypeMethodDescriptionreturn a map of BYTECODE LOCATION IN METHOD to LINE NUMBER.
-
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.
-