public class AttributesUnitPrinter
extends java.lang.Object
Constructor and Description |
---|
AttributesUnitPrinter(int currentLnNum) |
Modifier and Type | Method and 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) |
public void startUnit(Unit u)
public void endUnit(Unit u)
public void startValueBox(ValueBox u)
public void endValueBox(ValueBox u)
public void setEndLn(int ln)
public int getEndLn()
public void newline()
public void setUnitPrinter(UnitPrinter up)