Class LocalSinkPoint
java.lang.Object
org.scandroid.flow.LocalSinkPoint
- All Implemented Interfaces:
ISinkPoint
-
Constructor Summary
ConstructorDescriptionLocalSinkPoint
(BasicBlockInContext<IExplodedBasicBlock> block, int ssaVal, FlowType<IExplodedBasicBlock> sinkFlow) -
Method Summary
Modifier and TypeMethodDescriptionboolean
findSources
(CGAnalysisContext<IExplodedBasicBlock> ctx, TabulationResult<BasicBlockInContext<IExplodedBasicBlock>, CGNode, DomainElement> flowResult, IFDSTaintDomain<IExplodedBasicBlock> domain) getFlow()
int
hashCode()
toString()
-
Constructor Details
-
LocalSinkPoint
public LocalSinkPoint(BasicBlockInContext<IExplodedBasicBlock> block, int ssaVal, FlowType<IExplodedBasicBlock> sinkFlow)
-
-
Method Details
-
findSources
public Set<FlowType<IExplodedBasicBlock>> findSources(CGAnalysisContext<IExplodedBasicBlock> ctx, TabulationResult<BasicBlockInContext<IExplodedBasicBlock>, CGNode, DomainElement> flowResult, IFDSTaintDomain<IExplodedBasicBlock> domain) - Specified by:
findSources
in interfaceISinkPoint
-
getFlow
- Specified by:
getFlow
in interfaceISinkPoint
-
hashCode
-
equals
-
toString
-