public abstract class AbstractNegExpr extends AbstractUnopExpr implements NegExpr
opBox| Modifier | Constructor and Description |
|---|---|
protected |
AbstractNegExpr(ValueBox opBox) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
int |
equivHashCode()
Returns a hash code for this object, consistent with structural equality.
|
boolean |
equivTo(Object o)
Compares the specified object with this one for structural equality.
|
Type |
getType()
Returns the Soot type of this Value.
|
String |
toString() |
void |
toString(UnitPrinter up) |
clone, getOp, getOpBox, getUseBoxes, setOpequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getUseBoxesprotected AbstractNegExpr(ValueBox opBox)
public boolean equivTo(Object o)
public int equivHashCode()
equivHashCode in interface EquivTopublic void toString(UnitPrinter up)
public Type getType()
Valuepublic void apply(Switch sw)
Switchableapply in interface SwitchableCopyright © 2024 Soot OSS. All rights reserved.