All Known Implementing Classes:
ModifierValidationRule, OperatorParameterCountValidationRule, ParameterCountValidationRule

public interface VirtualTypeValidationRule
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canValidate(Element enclosedElement)
     
    void
    validate(Element enclosedElement)
     
  • Method Details

    • canValidate

      boolean canValidate(Element enclosedElement)
    • validate

      void validate(Element enclosedElement)