Package sootup.core.validation
Class LocalsValidator
java.lang.Object
sootup.core.validation.LocalsValidator
- All Implemented Interfaces:
BodyValidator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionVerifies that each Local of getUses() and getDefs() belongs to this body's locals.
-
Constructor Details
-
LocalsValidator
public LocalsValidator()
-
-
Method Details
-
validate
Verifies that each Local of getUses() and getDefs() belongs to this body's locals.- Specified by:
validate
in interfaceBodyValidator
- Parameters:
body
- the body to checkview
- the view- Returns:
-