Package sootup.core.jimple.common.ref
Class JCaughtExceptionRef
java.lang.Object
sootup.core.jimple.common.ref.JCaughtExceptionRef
- All Implemented Interfaces:
EquivTo,IdentityRef,Ref,Value,JimpleIR,Acceptor<RefVisitor>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<V extends RefVisitor>
Vaccept(@NonNull V v) Called when this object is visited.intReturns a hash code for this object, consistent with structural equality.booleanequivTo(Object o, @NonNull JimpleComparator comparator) Returns true if this object is equivalent to o according to the given comparator.@NonNull TypegetType()Returns the Soot type of this Value.getUses()Returns a List of Locals,FieldRefs,ArrayRefs which are used by (ie contained within) this Expression or Reference.toString()voidtoString(@NonNull StmtPrinter up)
-
Constructor Details
-
JCaughtExceptionRef
-
-
Method Details
-
equivTo
Description copied from interface:EquivToReturns true if this object is equivalent to o according to the given comparator. -
equivHashCode
public int equivHashCode()Returns a hash code for this object, consistent with structural equality.- Specified by:
equivHashCodein interfaceEquivTo
-
toString
-
toString
-
getUses
Description copied from interface:ValueReturns a List of Locals,FieldRefs,ArrayRefs which are used by (ie contained within) this Expression or Reference. -
getType
Description copied from interface:ValueReturns the Soot type of this Value. -
accept
Description copied from interface:AcceptorCalled when this object is visited.- Specified by:
acceptin interfaceAcceptor<RefVisitor>
-