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
,Value
,ConcreteRef
,Ref
,Acceptor<RefVisitor>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<V extends RefVisitor>
Vaccept
(V v) Called when this object is visited.int
Returns a (not necessarily fixed) hash code for this object.boolean
equivTo
(Object o, 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()
void
toString
(StmtPrinter up) withFieldSignature
(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:Value
Returns a List of Locals,FieldRefs,ArrayRefs which are used by (ie contained within) this Expression or Reference. -
equivTo
Description copied from interface:EquivTo
Returns true if this object is equivalent to o according to the given comparator. -
equivHashCode
public int equivHashCode()Description copied from interface:EquivTo
Returns 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:
equivHashCode
in interfaceEquivTo
-
accept
Description copied from interface:Acceptor
Called when this object is visited.- Specified by:
accept
in interfaceAcceptor<RefVisitor>
-
withFieldSignature
- Specified by:
withFieldSignature
in classJFieldRef
-