Package org.benf.cfr.reader.util.output
Class BytecodeTrackingDumper.MethodBytecode
- java.lang.Object
-
- org.benf.cfr.reader.util.output.BytecodeTrackingDumper.MethodBytecode
-
- Enclosing class:
- BytecodeTrackingDumper
static class BytecodeTrackingDumper.MethodBytecode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Map<java.lang.Integer,BytecodeTrackingDumper.LocAtLine>
locAtLineMap
-
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()
-
-
-
Field Detail
-
locAtLineMap
java.util.Map<java.lang.Integer,BytecodeTrackingDumper.LocAtLine> locAtLineMap
-
-