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 interfaceFlowType.FlowTypeVisitor<E extends ISSABasicBlock, R> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfinal BasicBlockInContext<E> getBlock()inthashCode()final booleanisSource()toString()abstract <R> Rvisit(FlowType.FlowTypeVisitor<E, R> v)
-
Constructor Details
-
FlowType
-
-
Method Details
-
getBlock
-
isSource
public final boolean isSource() -
toString
-
descString
-
hashCode
-
equals
-
visit
-