soot.jimple.internal
Class JLengthExpr

java.lang.Object
  extended by soot.jimple.internal.AbstractUnopExpr
      extended by soot.jimple.internal.AbstractLengthExpr
          extended by soot.jimple.internal.JLengthExpr
All Implemented Interfaces:
Serializable, EquivTo, ConvertToBaf, Expr, LengthExpr, UnopExpr, Switchable, Value

public class JLengthExpr
extends AbstractLengthExpr
implements ConvertToBaf

See Also:
Serialized Form

Constructor Summary
JLengthExpr(Value op)
           
 
Method Summary
 Object clone()
          Returns a clone of this Value.
 void convertToBaf(JimpleToBafContext context, List<Unit> out)
           
 
Methods inherited from class soot.jimple.internal.AbstractLengthExpr
apply, equivHashCode, equivTo, getType, toString, toString
 
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

JLengthExpr

public JLengthExpr(Value op)
Method Detail

convertToBaf

public void convertToBaf(JimpleToBafContext context,
                         List<Unit> out)
Specified by:
convertToBaf in interface ConvertToBaf

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