Package sootup.core.validation
Class JimpleTrapValidator
java.lang.Object
sootup.core.validation.JimpleTrapValidator
- All Implemented Interfaces:
BodyValidator
This validator checks whether the jimple traps are correct. It does not perform the same checks
as {link sootup.validation.TrapsValidator}
- Author:
- Marc Miltenberger
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionChecks whether all Caught-Exception-References are associated to traps.
-
Constructor Details
-
JimpleTrapValidator
public JimpleTrapValidator()
-
-
Method Details
-
validate
Checks whether all Caught-Exception-References are associated to traps.- Specified by:
validate
in interfaceBodyValidator
- Parameters:
body
- the body to checkview
- the view- Returns:
-