Class ConcreteField

java.lang.Object
qilin.core.pag.ConcreteField
All Implemented Interfaces:
SparkField

public class ConcreteField extends Object implements SparkField
A SparkField wrapping a real, declared SootField -- as opposed to ArrayElement, which is the pseudo-field standing in for "any array cell". Named ConcreteField rather than Field to avoid colliding with Field, an unrelated interface SootField itself implements.