soot.jimple.internal
Class AbstractLengthExpr

java.lang.Object
  |
  +--soot.jimple.internal.AbstractUnopExpr
        |
        +--soot.jimple.internal.AbstractLengthExpr
Direct Known Subclasses:
DLengthExpr, GLengthExpr, JLengthExpr

public abstract class AbstractLengthExpr
extends AbstractUnopExpr
implements LengthExpr

See Also:
Serialized Form

Constructor Summary
protected AbstractLengthExpr(ValueBox opBox)
           
 
Method Summary
 void apply(Switch sw)
          Called when this object is visited.
abstract  java.lang.Object clone()
          Returns a clone of this Value.
 int equivHashCode()
          Returns a hash code for this object, consistent with structural equality.
 boolean equivTo(java.lang.Object o)
          Returns true if this object is equivalent to o.
 Type getType()
          Returns the Soot type of this Value.
 java.lang.String toString()
           
 void toString(UnitPrinter up)
           
 
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

AbstractLengthExpr

protected AbstractLengthExpr(ValueBox opBox)
Method Detail

equivTo

public boolean equivTo(java.lang.Object o)
Description copied from interface: EquivTo
Returns true if this object is equivalent to o.

equivHashCode

public int equivHashCode()
Returns a hash code for this object, consistent with structural equality.

clone

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toString

public void toString(UnitPrinter up)

getType

public Type getType()
Description copied from interface: Value
Returns the Soot type of this Value.

apply

public void apply(Switch sw)
Description copied from interface: Switchable
Called when this object is visited.