soot.jimple.internal
Class AbstractNegExpr
java.lang.Object
|
+--soot.jimple.internal.AbstractUnopExpr
|
+--soot.jimple.internal.AbstractNegExpr
- All Implemented Interfaces:
- EquivTo, Expr, NegExpr, Switchable, ToBriefString, UnopExpr, Value
- Direct Known Subclasses:
- GNegExpr, JNegExpr
- public abstract class AbstractNegExpr
- extends AbstractUnopExpr
- implements NegExpr
Method Summary |
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 |
toBriefString()
Returns a brief description of this object. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AbstractNegExpr
protected AbstractNegExpr(ValueBox opBox)
equivTo
public boolean equivTo(java.lang.Object o)
- Compares the specified object with this one for structural equality.
- Specified by:
equivTo
in interface EquivTo
equivHashCode
public int equivHashCode()
- Returns a hash code for this object, consistent with structural equality.
- Specified by:
equivHashCode
in interface EquivTo
clone
public abstract java.lang.Object clone()
- Description copied from interface:
Value
- Returns a clone of this Value.
- Specified by:
clone
in interface Value
- Overrides:
clone
in class AbstractUnopExpr
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
toBriefString
public java.lang.String toBriefString()
- Description copied from interface:
ToBriefString
- Returns a brief description of this object.
- Specified by:
toBriefString
in interface ToBriefString
- Overrides:
toBriefString
in class AbstractUnopExpr
getType
public Type getType()
- Description copied from interface:
Value
- Returns the Soot type of this Value.
- Specified by:
getType
in interface Value
apply
public void apply(Switch sw)
- Description copied from interface:
Switchable
- Called when this object is visited.
- Specified by:
apply
in interface Switchable