Package org.scandroid.flow.types
package org.scandroid.flow.types
-
ClassDescriptionFieldFlow<E extends ISSABasicBlock>A flow to or from a field.FlowType<E extends ISSABasicBlock>Flow types represent specific instances of sources or sinks.IKFlow<E extends ISSABasicBlock>ParameterFlow<E extends ISSABasicBlock>A flow to or from the parameter of a method.ReturnFlow<E extends ISSABasicBlock>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).StaticFieldFlow<E extends ISSABasicBlock>