soot
Class AttributesUnitPrinter
java.lang.Object
soot.AttributesUnitPrinter
public class AttributesUnitPrinter
- extends Object
Adds PositionTags to ValueBoxes to identify their position in the output.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributesUnitPrinter
public AttributesUnitPrinter(int currentLnNum)
startUnit
public void startUnit(Unit u)
endUnit
public void endUnit(Unit u)
startValueBox
public void startValueBox(ValueBox u)
endValueBox
public void endValueBox(ValueBox u)
setEndLn
public void setEndLn(int ln)
getEndLn
public int getEndLn()
newline
public void newline()
setUnitPrinter
public void setUnitPrinter(UnitPrinter up)