Interface FUSRegexpAwareRule

All Superinterfaces:
FUSRule
All Known Implementing Classes:
EnumValidationRule

public interface FUSRegexpAwareRule extends FUSRule
  • Field Summary

    Fields inherited from interface com.intellij.internal.statistic.eventLog.validator.rules.FUSRule

    EMPTY_ARRAY, FALSE, TRUE
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
     

    Methods inherited from interface com.intellij.internal.statistic.eventLog.validator.rules.FUSRule

    validate
  • Method Details

    • asRegexp

      @NotNull @NotNull String asRegexp()