Uses of Class
crypto.extractparameter.ExtractedValue
-
Packages that use ExtractedValue Package Description crypto.analysis crypto.constraints crypto.extractparameter crypto.reporting -
-
Uses of ExtractedValue in crypto.analysis
Methods in crypto.analysis that return types with arguments of type ExtractedValue Modifier and Type Method Description com.google.common.collect.Multimap<CallSiteWithParamIndex,ExtractedValue>EnsuredCrySLPredicate. getParametersToValues()Method parameters in crypto.analysis with type arguments of type ExtractedValue Modifier and Type Method Description voidCrySLResultsReporter. collectedValues(AnalysisSeedWithSpecification seed, com.google.common.collect.Multimap<CallSiteWithParamIndex,ExtractedValue> parametersToValues)voidICrySLResultsListener. collectedValues(AnalysisSeedWithSpecification seed, com.google.common.collect.Multimap<CallSiteWithParamIndex,ExtractedValue> collectedValues)Constructor parameters in crypto.analysis with type arguments of type ExtractedValue 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 ExtractedValue in crypto.constraints
Methods in crypto.constraints that return types with arguments of type ExtractedValue Modifier and Type Method Description com.google.common.collect.Multimap<CallSiteWithParamIndex,ExtractedValue>ConstraintSolver. getParsAndVals()Methods in crypto.constraints with parameters of type ExtractedValue 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.booleanPredicateConstraint. isHardCoded(ExtractedValue val) -
Uses of ExtractedValue in crypto.extractparameter
Methods in crypto.extractparameter that return ExtractedValue Modifier and Type Method Description ExtractedValueCallSiteWithExtractedValue. getVal()Methods in crypto.extractparameter that return types with arguments of type ExtractedValue Modifier and Type Method Description com.google.common.collect.Multimap<CallSiteWithParamIndex,ExtractedValue>ExtractParameterAnalysis. getCollectedValues()Constructors in crypto.extractparameter with parameters of type ExtractedValue Constructor Description CallSiteWithExtractedValue(CallSiteWithParamIndex cs, ExtractedValue val) -
Uses of ExtractedValue in crypto.reporting
Method parameters in crypto.reporting with type arguments of type ExtractedValue Modifier and Type Method Description voidCollectErrorListener. collectedValues(AnalysisSeedWithSpecification seed, com.google.common.collect.Multimap<CallSiteWithParamIndex,ExtractedValue> collectedValues)voidErrorMarkerListener. collectedValues(AnalysisSeedWithSpecification arg0, com.google.common.collect.Multimap<CallSiteWithParamIndex,ExtractedValue> arg1)
-