Uses of Class
crypto.extractparameter.CallSiteWithParamIndex
-
Packages that use CallSiteWithParamIndex Package Description crypto.analysis crypto.constraints crypto.extractparameter crypto.listener -
-
Uses of CallSiteWithParamIndex in crypto.analysis
Methods in crypto.analysis that return types with arguments of type CallSiteWithParamIndex Modifier and Type Method Description com.google.common.collect.Multimap<CallSiteWithParamIndex,ExtractedValue>EnsuredCrySLPredicate. getParametersToValues()Method parameters in crypto.analysis with type arguments of type CallSiteWithParamIndex Modifier and Type Method Description voidAnalysisReporter. collectedValues(IAnalysisSeed seed, com.google.common.collect.Multimap<CallSiteWithParamIndex,ExtractedValue> collectedValues)Constructor parameters in crypto.analysis with type arguments of type CallSiteWithParamIndex Constructor Description EnsuredCrySLPredicate(CrySLPredicate predicate, com.google.common.collect.Multimap<CallSiteWithParamIndex,ExtractedValue> parametersToValues2)HiddenPredicate(CrySLPredicate predicate, com.google.common.collect.Multimap<CallSiteWithParamIndex,ExtractedValue> parametersToValues2, AnalysisSeedWithSpecification generatingSeed, HiddenPredicate.HiddenPredicateType type) -
Uses of CallSiteWithParamIndex in crypto.constraints
Methods in crypto.constraints that return types with arguments of type CallSiteWithParamIndex Modifier and Type Method Description Collection<CallSiteWithParamIndex>ConstraintSolver. getParameterAnalysisQuerySites()com.google.common.collect.Multimap<CallSiteWithParamIndex,ExtractedValue>ConstraintSolver. getParsAndVals()com.google.common.collect.Multimap<CallSiteWithParamIndex,boomerang.scene.Type>ConstraintSolver. getPropagatedTypes()Methods in crypto.constraints with parameters of type CallSiteWithParamIndex Modifier and Type Method Description protected Map<String,CallSiteWithExtractedValue>EvaluableConstraint. extractSootArray(CallSiteWithParamIndex callSite, ExtractedValue allocSite)Function that finds the values assigned to a soot array. -
Uses of CallSiteWithParamIndex in crypto.extractparameter
Methods in crypto.extractparameter that return CallSiteWithParamIndex Modifier and Type Method Description CallSiteWithParamIndexCallSiteWithExtractedValue. getCallSite()Methods in crypto.extractparameter that return types with arguments of type CallSiteWithParamIndex Modifier and Type Method Description Collection<CallSiteWithParamIndex>ExtractParameterAnalysis. getAllQuerySites()com.google.common.collect.Multimap<CallSiteWithParamIndex,ExtractedValue>ExtractParameterAnalysis. getCollectedValues()com.google.common.collect.Multimap<CallSiteWithParamIndex,boomerang.scene.Type>ExtractParameterAnalysis. getPropagatedTypes()Constructors in crypto.extractparameter with parameters of type CallSiteWithParamIndex Constructor Description CallSiteWithExtractedValue(CallSiteWithParamIndex cs, ExtractedValue val) -
Uses of CallSiteWithParamIndex in crypto.listener
Method parameters in crypto.listener with type arguments of type CallSiteWithParamIndex Modifier and Type Method Description voidIResultsListener. collectedValues(IAnalysisSeed seed, com.google.common.collect.Multimap<CallSiteWithParamIndex,ExtractedValue> collectedValues)
-