|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object soot.jimple.internal.AbstractUnopExpr soot.dava.internal.javaRep.DNotExpr
public class DNotExpr
Constructor Summary | |
---|---|
DNotExpr(Value op)
|
Method Summary | |
---|---|
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)
|
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 |
---|
public DNotExpr(Value op)
Method Detail |
---|
public Object clone()
Value
clone
in interface Value
clone
in class AbstractUnopExpr
public void toString(UnitPrinter up)
public String toString()
toString
in class Object
public Type getType()
Value
public void apply(Switch sw)
Switchable
public boolean equivTo(Object o)
public int equivHashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |