Package org.checkerframework.checker.regex.qual


package org.checkerframework.checker.regex.qual
  • Annotation Interfaces
    Class
    Description
    Indicates a String that is not a syntactically valid regular expression.
    A polymorphic qualifier for the Regex type system.
    If a type is annotated as @Regex(n), then the run-time value is a regular expression with n capturing groups.
    The bottom type in the Regex type system.
    Represents the top of the Regex qualifier hierarchy.