Package sootup.core.validation
Class NewValidator
java.lang.Object
sootup.core.validation.NewValidator
- All Implemented Interfaces:
BodyValidator
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionValidates the given body and saves all validation errors in the given list.
-
Field Details
-
MUST_CALL_CONSTRUCTOR_BEFORE_RETURN
public static boolean MUST_CALL_CONSTRUCTOR_BEFORE_RETURN
-
-
Constructor Details
-
NewValidator
public NewValidator()
-
-
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
-