Package sootup.core.validation
Interface BodyValidator
- All Known Implementing Classes:
CheckInitValidator
,CheckTypesValidator
,FieldRefValidator
,IdentityStmtsValidator
,InvokeArgumentValidator
,JimpleTrapValidator
,LocalsValidator
,MethodValidator
,NewValidator
,StmtsValidator
,TrapsValidator
,TypesValidator
,UsesValidator
public interface BodyValidator
Implement this interface if you want to provide your own body Validator
-
Method Summary
Modifier and TypeMethodDescriptionValidates the given body and saves all validation errors in the given list.
-
Method Details
-
validate
Validates the given body and saves all validation errors in the given list.- Parameters:
body
- the body to checkview
- the view
-