public abstract class AbstractLengthExpr extends AbstractUnopExpr implements LengthExpr
Modifier | Constructor and Description |
---|---|
protected |
AbstractLengthExpr(ValueBox opBox) |
Modifier and Type | Method and Description |
---|---|
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) |
getOp, getOpBox, getUseBoxes, setOp
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getUseBoxes
protected AbstractLengthExpr(ValueBox opBox)
public boolean equivTo(java.lang.Object o)
EquivTo
public int equivHashCode()
equivHashCode
in interface EquivTo
public abstract java.lang.Object clone()
Value
clone
in interface Value
clone
in class AbstractUnopExpr
public java.lang.String toString()
toString
in class java.lang.Object
public void toString(UnitPrinter up)
public Type getType()
Value
public void apply(Switch sw)
Switchable
apply
in interface Switchable