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 Type
    Method
    Description
    validate(Body body, View view)
    Validates the given body and saves all validation errors in the given list.
  • Method Details

    • validate

      List<ValidationException> validate(Body body, View view)
      Validates the given body and saves all validation errors in the given list.
      Parameters:
      body - the body to check
      view - the view