Package sootup.core.jimple.common.ref
Class JFieldRef
java.lang.Object
sootup.core.jimple.common.ref.JFieldRef
- All Implemented Interfaces:
EquivTo,LValue,ConcreteRef,Ref,Value,JimpleIR,Acceptor<RefVisitor>
- Direct Known Subclasses:
JInstanceFieldRef,JStaticFieldRef
-
Method Summary
Modifier and TypeMethodDescriptionboolean@NonNull FieldSignature@NonNull TypegetType()Returns the Soot type of this Value.abstract @NonNull JFieldRefwithFieldSignature(@NonNull FieldSignature fieldSignature) Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface sootup.core.jimple.basic.EquivTo
equivHashCode, equivTo, equivToMethods inherited from interface sootup.core.jimple.common.Value
accept, collectUses, getUses, toString