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
Constructors -
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: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
-