Interface RE.F

All Superinterfaces:
RE
Enclosing interface:
RE

public static interface RE.F extends RE
Represents a flag. A flag can be specified during compilation or in an expression. It can work for the remainder of the expression or it can only be effective in a group.
  • Method Details

    • negative

      Set<RE.F.Flag> negative()
      Return the flags to turn off.
    • positive

      Set<RE.F.Flag> positive()
      Return the flags to turn on.