Class SootField

All Implemented Interfaces:
Field, HasPosition
Direct Known Subclasses:
JavaSootField

public class SootField extends SootClassMember<FieldSignature> implements Field
Soot's counterpart of the source language's field concept. Soot representation of a Java field. Can be declared to belong to a SootClass.
Author:
Linghui Luo, Jan Martin Persch