Package crypto.analysis.errors
Class ImpreciseValueExtractionError
- java.lang.Object
-
- crypto.analysis.errors.AbstractError
-
- crypto.analysis.errors.ImpreciseValueExtractionError
-
- All Implemented Interfaces:
IError
public class ImpreciseValueExtractionError extends AbstractError
-
-
Constructor Summary
Constructors Constructor Description ImpreciseValueExtractionError(ISLConstraint violatedCons, boomerang.jimple.Statement errorLocation, CrySLRule rule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ErrorVisitor visitor)booleanequals(Object obj)ISLConstraintgetViolatedConstraint()inthashCode()StringtoErrorMarkerString()-
Methods inherited from class crypto.analysis.errors.AbstractError
addCausingError, addCausingError, addSubsequentError, getErrorLocation, getRootErrors, getRule, getSubsequentErrors, toString
-
-
-
-
Constructor Detail
-
ImpreciseValueExtractionError
public ImpreciseValueExtractionError(ISLConstraint violatedCons, boomerang.jimple.Statement errorLocation, CrySLRule rule)
-
-
Method Detail
-
accept
public void accept(ErrorVisitor visitor)
-
getViolatedConstraint
public ISLConstraint getViolatedConstraint()
-
toErrorMarkerString
public String toErrorMarkerString()
- Specified by:
toErrorMarkerStringin classAbstractError
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractError
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classAbstractError
-
-