soot.dava.internal.javaRep
Class DLengthExpr

java.lang.Object
  extended by soot.jimple.internal.AbstractUnopExpr
      extended by soot.jimple.internal.AbstractLengthExpr
          extended by soot.dava.internal.javaRep.DLengthExpr
All Implemented Interfaces:
Serializable, EquivTo, Precedence, Expr, LengthExpr, UnopExpr, Switchable, Value

public class DLengthExpr
extends AbstractLengthExpr
implements Precedence

See Also:
Serialized Form

Constructor Summary
DLengthExpr(Value op)
           
 
Method Summary
 Object clone()
          Returns a clone of this Value.
 int getPrecedence()
           
 String toString()
           
 void toString(UnitPrinter up)
           
 
Methods inherited from class soot.jimple.internal.AbstractLengthExpr
apply, equivHashCode, equivTo, getType
 
Methods inherited from class soot.jimple.internal.AbstractUnopExpr
getOp, getOpBox, getUseBoxes, setOp
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface soot.jimple.UnopExpr
getOp, getOpBox, getUseBoxes, setOp
 

Constructor Detail

DLengthExpr

public DLengthExpr(Value op)
Method Detail

getPrecedence

public int getPrecedence()
Specified by:
getPrecedence in interface Precedence

clone

public Object clone()
Description copied from interface: Value
Returns a clone of this Value.

Specified by:
clone in interface Value
Specified by:
clone in class AbstractLengthExpr

toString

public void toString(UnitPrinter up)
Specified by:
toString in interface Value
Overrides:
toString in class AbstractLengthExpr

toString

public String toString()
Overrides:
toString in class AbstractLengthExpr