Package org.benf.cfr.reader.util.output
Interface BytecodeDumpConsumer.Item
-
- Enclosing interface:
- BytecodeDumpConsumer
public static interface BytecodeDumpConsumer.Item
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.NavigableMap<java.lang.Integer,java.lang.Integer>
getBytecodeLocs()
return a map of BYTECODE LOCATION IN METHOD to LINE NUMBER.Method
getMethod()
-
-
-
Method Detail
-
getMethod
Method getMethod()
-
getBytecodeLocs
java.util.NavigableMap<java.lang.Integer,java.lang.Integer> getBytecodeLocs()
return a map of BYTECODE LOCATION IN METHOD to LINE NUMBER. Note that this is ordered by BYTECODE LOCATION.
-
-