Class FlowType<E extends ISSABasicBlock>

java.lang.Object
org.scandroid.flow.types.FlowType<E>
Direct Known Subclasses:
FieldFlow, IKFlow, ParameterFlow, ReturnFlow, StaticFieldFlow

public abstract class FlowType<E extends ISSABasicBlock> extends Object
Flow types represent specific instances of sources or sinks.

In contrast to the Source/Sink specs, these have ties to specific locations in the source.

Author:
creswick