Package crypto.analysis.errors
Class AbstractError
- java.lang.Object
-
- crypto.analysis.errors.AbstractError
-
- All Implemented Interfaces:
IError
- Direct Known Subclasses:
ErrorWithObjectAllocation,ForbiddenMethodError,ImpreciseValueExtractionError,PredicateContradictionError,RequiredPredicateError,UncaughtExceptionError
public abstract class AbstractError extends Object implements IError
-
-
Constructor Summary
Constructors Constructor Description AbstractError(boomerang.jimple.Statement errorLocation, CrySLRule rule)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)boomerang.jimple.StatementgetErrorLocation()CrySLRulegetRule()inthashCode()abstract StringtoErrorMarkerString()StringtoString()
-