soot.grimp.internal
Class GLengthExpr

java.lang.Object
  |
  +--soot.jimple.internal.AbstractUnopExpr
        |
        +--soot.jimple.internal.AbstractLengthExpr
              |
              +--soot.grimp.internal.GLengthExpr

public class GLengthExpr
extends AbstractLengthExpr
implements LengthExpr


Constructor Summary
GLengthExpr(Value op)
           
 
Method Summary
 java.lang.Object clone()
          Returns a clone of this Value.
 
Methods inherited from class soot.jimple.internal.AbstractLengthExpr
apply, equivHashCode, equivTo, getType, toBriefString, 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
 

Constructor Detail

GLengthExpr

public GLengthExpr(Value op)
Method Detail

clone

public java.lang.Object clone()
Description copied from interface: Value
Returns a clone of this Value.
Overrides:
clone in class AbstractLengthExpr