Contents
Class FlowType<E extends ISSABasicBlock>
java.lang.Object
org.scandroid.flow.types.FlowType<E>
- Direct Known Subclasses:
FieldFlow
,IKFlow
,ParameterFlow
,ReturnFlow
,StaticFieldFlow
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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
FlowType.FlowTypeVisitor<E extends ISSABasicBlock,
R> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
final BasicBlockInContext
<E> getBlock()
int
hashCode()
final boolean
isSource()
toString()
abstract <R> R
visit
(FlowType.FlowTypeVisitor<E, R> v)