Package crypto.analysis
Class HiddenPredicate
- java.lang.Object
-
- crypto.analysis.EnsuredCrySLPredicate
-
- crypto.analysis.HiddenPredicate
-
public class HiddenPredicate extends EnsuredCrySLPredicate
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHiddenPredicate.HiddenPredicateType
-
Constructor Summary
Constructors Constructor Description HiddenPredicate(CrySLPredicate predicate, com.google.common.collect.Multimap<CallSiteWithParamIndex,ExtractedValue> parametersToValues2, AnalysisSeedWithSpecification generatingSeed, HiddenPredicate.HiddenPredicateType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnalysisSeedWithSpecificationgetGeneratingSeed()Collection<AbstractError>getPrecedingErrors()Node: Errors are only in complete count at the end of the analysis.HiddenPredicate.HiddenPredicateTypegetType()-
Methods inherited from class crypto.analysis.EnsuredCrySLPredicate
equals, getParametersToValues, getPredicate, hashCode, toString
-
-
-
-
Constructor Detail
-
HiddenPredicate
public HiddenPredicate(CrySLPredicate predicate, com.google.common.collect.Multimap<CallSiteWithParamIndex,ExtractedValue> parametersToValues2, AnalysisSeedWithSpecification generatingSeed, HiddenPredicate.HiddenPredicateType type)
-
-
Method Detail
-
getGeneratingSeed
public AnalysisSeedWithSpecification getGeneratingSeed()
-
getType
public HiddenPredicate.HiddenPredicateType getType()
-
getPrecedingErrors
public Collection<AbstractError> getPrecedingErrors()
Node: Errors are only in complete count at the end of the analysis.- Returns:
- errors list of all preceding errors
-
-