Package sootup.core.validation
Class InvokeArgumentValidator
java.lang.Object
sootup.core.validation.InvokeArgumentValidator
- All Implemented Interfaces:
BodyValidator
A basic validator that checks whether the length of the invoke statement's argument list matches
the length of the target methods's parameter type list.
- Author:
- Steven Arzt
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionValidates the given body and saves all validation errors in the given list.
-
Constructor Details
-
InvokeArgumentValidator
public InvokeArgumentValidator()
-
-
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
-