Class ParameterFlow<E extends ISSABasicBlock>

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

public class ParameterFlow<E extends ISSABasicBlock> extends FlowType<E>
A flow to or from the parameter of a method. This can represent formal parameters of methods being analyzed, or actual parameters of methods being called. In the former case, the associated block is the entry block of the method. In the latter case, the block is the block containing the invoke instruction.
Author:
atomb