soot
Interface SootFieldRef
- public interface SootFieldRef
Representation of a reference to a field as it appears in a class file.
Note that the field directly referred to may not actually exist; the
actual target of the reference is determined according to the resolution
procedure in the Java Virtual Machine Specification, 2nd ed, section 5.4.3.2.
declaringClass
public SootClass declaringClass()
name
public String name()
type
public Type type()
isStatic
public boolean isStatic()
getSignature
public String getSignature()
resolve
public SootField resolve()