public abstract class AbstractNegExpr extends AbstractUnopExpr implements NegExpr
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractNegExpr(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)
Compares the specified object with this one for structural equality.
|
Type |
getType()
Returns the Soot type of this Value.
|
java.lang.String |
toString() |
void |
toString(UnitPrinter up) |
getOp, getOpBox, getUseBoxes, setOpequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOp, getOpBox, getUseBoxes, setOpprotected AbstractNegExpr(ValueBox opBox)
public boolean equivTo(java.lang.Object o)
public int equivHashCode()
equivHashCode in interface EquivTopublic abstract java.lang.Object clone()
Valueclone in interface Valueclone in class AbstractUnopExprpublic java.lang.String toString()
toString in class java.lang.Objectpublic void toString(UnitPrinter up)
public Type getType()
Valuepublic void apply(Switch sw)
Switchableapply in interface SwitchableCopyright © 2012-2019 RoboVM AB. All Rights Reserved.