Package crypto.extractparameter
Class ExtractParameterAnalysis
- java.lang.Object
-
- crypto.extractparameter.ExtractParameterAnalysis
-
public class ExtractParameterAnalysis extends Object
-
-
Constructor Summary
Constructors Constructor Description ExtractParameterAnalysis(AnalysisSeedWithSpecification seed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddQueryAtCallSite(String varNameInSpecification, boomerang.scene.Statement statement, int index)Collection<CallSiteWithParamIndex>getAllQuerySites()com.google.common.collect.Multimap<CallSiteWithParamIndex,ExtractedValue>getCollectedValues()com.google.common.collect.Multimap<CallSiteWithParamIndex,boomerang.scene.Type>getPropagatedTypes()voidrun()
-
-
-
Constructor Detail
-
ExtractParameterAnalysis
public ExtractParameterAnalysis(AnalysisSeedWithSpecification seed)
-
-
Method Detail
-
run
public void run()
-
getCollectedValues
public com.google.common.collect.Multimap<CallSiteWithParamIndex,ExtractedValue> getCollectedValues()
-
getPropagatedTypes
public com.google.common.collect.Multimap<CallSiteWithParamIndex,boomerang.scene.Type> getPropagatedTypes()
-
getAllQuerySites
public Collection<CallSiteWithParamIndex> getAllQuerySites()
-
addQueryAtCallSite
public void addQueryAtCallSite(String varNameInSpecification, boomerang.scene.Statement statement, int index)
-
-