Package sootup.core.jimple.common.ref
Class JStaticFieldRef
java.lang.Object
sootup.core.jimple.common.ref.JFieldRef
sootup.core.jimple.common.ref.JStaticFieldRef
- All Implemented Interfaces:
EquivTo,LValue,ConcreteRef,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 (not necessarily fixed) hash code for this object.booleanequivTo(Object o, @NonNull JimpleComparator comparator) Returns true if this object is equivalent to o according to the given comparator.getUses()Returns a List of Locals,FieldRefs,ArrayRefs which are used by (ie contained within) this Expression or Reference.toString()voidtoString(@NonNull StmtPrinter up) @NonNull JStaticFieldRefwithFieldSignature(@NonNull FieldSignature fieldSig) Methods inherited from class sootup.core.jimple.common.ref.JFieldRef
equals, getFieldSignature, getType
-
Constructor Details
-
JStaticFieldRef
-
-
Method Details
-
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. -
equivTo
Description copied from interface:EquivToReturns true if this object is equivalent to o according to the given comparator. -
equivHashCode
public int equivHashCode()Description copied from interface:EquivToReturns a (not necessarily fixed) hash code for this object. This hash code coincides with equivTo; it is undefined in the presence of mutable objects. The contract is defined inJimpleComparator.- Specified by:
equivHashCodein interfaceEquivTo
-
accept
Description copied from interface:AcceptorCalled when this object is visited.- Specified by:
acceptin interfaceAcceptor<RefVisitor>
-
withFieldSignature
- Specified by:
withFieldSignaturein classJFieldRef
-