Package soot
Class AttributesUnitPrinter
- java.lang.Object
-
- soot.AttributesUnitPrinter
-
public class AttributesUnitPrinter extends Object
Adds PositionTags to ValueBoxes to identify their position in the output.
-
-
Constructor Summary
Constructors Constructor Description AttributesUnitPrinter(int currentLnNum)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
endUnit(Unit u)
void
endValueBox(ValueBox u)
int
getEndLn()
void
newline()
void
setEndLn(int ln)
void
setUnitPrinter(UnitPrinter up)
void
startUnit(Unit u)
void
startValueBox(ValueBox u)
-
-
-
Method Detail
-
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)
-
-