Package sootup.core.validation
Class FieldRefValidator
java.lang.Object
sootup.core.validation.FieldRefValidator
- All Implemented Interfaces:
BodyValidator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionValidates the given body and saves all validation errors in the given list.
-
Constructor Details
-
FieldRefValidator
public FieldRefValidator()
-
-
Method Details
-
validate
Description copied from interface:BodyValidatorValidates the given body and saves all validation errors in the given list.- Specified by:
validatein interfaceBodyValidator- Parameters:
body- the body to checkview- the view
-