soot.jimple.internal
Class JCaughtExceptionRef
java.lang.Object
|
+--soot.jimple.internal.JCaughtExceptionRef
- public class JCaughtExceptionRef
- extends java.lang.Object
- implements CaughtExceptionRef
- See Also:
- Serialized Form
Method Summary |
void |
apply(Switch sw)
Called when this object is visited. |
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 c)
Returns true if this object is equivalent to o. |
Type |
getType()
Returns the Soot type of this Value. |
java.util.List |
getUseBoxes()
Returns a List of boxes corresponding to Values
which are used by (ie contained within) this Value. |
java.lang.String |
toString()
|
void |
toString(UnitPrinter up)
|
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
JCaughtExceptionRef
public JCaughtExceptionRef()
equivTo
public boolean equivTo(java.lang.Object c)
- Description copied from interface: EquivTo
- Returns true if this object is equivalent to o.
equivHashCode
public int equivHashCode()
- Returns a hash code for this object, consistent with structural equality.
clone
public java.lang.Object clone()
- Description copied from interface: Value
- Returns a clone of this Value.
- Overrides:
- clone in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object
toString
public void toString(UnitPrinter up)
getUseBoxes
public java.util.List getUseBoxes()
- Description copied from interface: Value
- Returns a List of boxes corresponding to Values
which are used by (ie contained within) this Value.
getType
public Type getType()
- Description copied from interface: Value
- Returns the Soot type of this Value.
- Specified by:
- getType in interface CaughtExceptionRef
apply
public void apply(Switch sw)
- Description copied from interface: Switchable
- Called when this object is visited.
- Specified by:
- apply in interface CaughtExceptionRef