Class ReturnFlow<E extends ISSABasicBlock>

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

public class ReturnFlow<E extends ISSABasicBlock> extends FlowType<E>
A return flow represents either a flow from a method that was just invoked if this points to an invoke instruction (in which case this is a source) or a method return, if this points to a return instruction (in which case it is a sink).