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 Object |
clone()
Returns a clone of this Value.
|
int |
equivHashCode()
Returns a hash code for this object, consistent with structural equality.
|
boolean |
equivTo(Object o)
Returns true if this object is equivalent to o.
|
Type |
getType()
Returns the Soot type of this Value.
|
String |
toString() |
void |
toString(UnitPrinter up) |
getOp, getOpBox, getUseBoxes, setOpequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetUseBoxesprotected AbstractLengthExpr(ValueBox opBox)
public boolean equivTo(Object o)
EquivTopublic int equivHashCode()
equivHashCode in interface EquivTopublic abstract Object clone()
Valueclone in interface Valueclone in class AbstractUnopExprpublic void toString(UnitPrinter up)
public Type getType()
Valuepublic void apply(Switch sw)
Switchableapply in interface SwitchableCopyright © 2020 Soot OSS. All rights reserved.