Class StmtsValidator

java.lang.Object
sootup.core.validation.StmtsValidator
All Implemented Interfaces:
BodyValidator

public class StmtsValidator extends Object implements BodyValidator
  • Constructor Details

    • StmtsValidator

      public StmtsValidator()
  • Method Details

    • validate

      public List<ValidationException> validate(Body body, View view)
      Verifies that the Units of this Body all point to a Unit contained within this body.
      Specified by:
      validate in interface BodyValidator
      Parameters:
      body - the body to check
      view - the view
      Returns: