Class FieldFlow<E extends ISSABasicBlock>

java.lang.Object
org.scandroid.flow.types.FlowType<E>
org.scandroid.flow.types.FieldFlow<E>

public class FieldFlow<E extends ISSABasicBlock> extends FlowType<E>
A flow to or from a field. The associated block represents either the location of the get or put instruction, or the entry or exit block of a method which is reading or writing the field. In the former case, the associate field is redundant, but potentially convenient. In the latter case, it's necessary.
Author:
atomb