public class DNotExpr extends AbstractUnopExpr
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
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)
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) |
getOp, getOpBox, getUseBoxes, setOppublic DNotExpr(Value op)
public Object clone()
Valueclone in interface Valueclone in class AbstractUnopExprpublic void toString(UnitPrinter up)
public Type getType()
Valuepublic void apply(Switch sw)
Switchablepublic boolean equivTo(Object o)
public int equivHashCode()
Copyright © 2020 Soot OSS. All rights reserved.