Package sootup.core.validation
Class FieldRefValidator
java.lang.Object
sootup.core.validation.FieldRefValidator
- All Implemented Interfaces:
BodyValidator
-
Constructor Summary
-
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:BodyValidator
Validates the given body and saves all validation errors in the given list.- Specified by:
validate
in interfaceBodyValidator
- Parameters:
body
- the body to checkview
- the view
-