Package soot

Class AttributesUnitPrinter


  • public class AttributesUnitPrinter
    extends Object
    Adds PositionTags to ValueBoxes to identify their position in the output.
    • Constructor Detail

      • AttributesUnitPrinter

        public AttributesUnitPrinter​(int currentLnNum)
    • 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)