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