public class DLengthExpr extends AbstractLengthExpr implements Precedence
Constructor and Description |
---|
DLengthExpr(Value op) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Returns a clone of this Value.
|
int |
getPrecedence() |
java.lang.String |
toString() |
void |
toString(UnitPrinter up) |
apply, equivHashCode, equivTo, getType
getOp, getOpBox, getUseBoxes, setOp
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getUseBoxes
public DLengthExpr(Value op)
public int getPrecedence()
getPrecedence
in interface Precedence
public java.lang.Object clone()
Value
clone
in interface Value
clone
in class AbstractLengthExpr
public void toString(UnitPrinter up)
toString
in interface Value
toString
in class AbstractLengthExpr
public java.lang.String toString()
toString
in class AbstractLengthExpr