Package org.benf.cfr.reader.util.output
Class BytecodeTrackingDumper.LocAtLine
java.lang.Object
org.benf.cfr.reader.util.output.BytecodeTrackingDumper.LocAtLine
- Enclosing class:
- BytecodeTrackingDumper
-
Field Details
-
depth
int depth -
currentLine
int currentLine
-
-
Constructor Details
-
LocAtLine
LocAtLine(int depth, int currentLine)
-
-
Method Details
-
getDepth
public int getDepth() -
getCurrentLine
public int getCurrentLine() -
improve
public void improve(int currentDepth, int currentLine)
-