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
Modifier and TypeClassDescriptionstatic interface
FlowType.FlowTypeVisitor<E extends ISSABasicBlock,
R> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
final BasicBlockInContext
<E> getBlock()
int
hashCode()
final boolean
isSource()
toString()
abstract <R> R
visit
(FlowType.FlowTypeVisitor<E, R> v)
-
Constructor Details
-
FlowType
-
-
Method Details
-
getBlock
-
isSource
public final boolean isSource() -
toString
-
descString
-
hashCode
-
equals
-
visit
-