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.


Method Summary
 SootClass declaringClass()
           
 String getSignature()
           
 boolean isStatic()
           
 String name()
           
 SootField resolve()
           
 Type type()
           
 

Method Detail

declaringClass

SootClass declaringClass()

name

String name()

type

Type type()

isStatic

boolean isStatic()

getSignature

String getSignature()

resolve

SootField resolve()