Package hydra.query

Class RegexQuantifier

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.query.RegexQuantifier type.
      • ONE

        public static final Name ONE
        Name of the hydra.query.RegexQuantifier.one field.
      • ZERO_OR_ONE

        public static final Name ZERO_OR_ONE
        Name of the hydra.query.RegexQuantifier.zeroOrOne field.
      • ZERO_OR_MORE

        public static final Name ZERO_OR_MORE
        Name of the hydra.query.RegexQuantifier.zeroOrMore field.
      • ONE_OR_MORE

        public static final Name ONE_OR_MORE
        Name of the hydra.query.RegexQuantifier.oneOrMore field.
      • EXACTLY

        public static final Name EXACTLY
        Name of the hydra.query.RegexQuantifier.exactly field.
      • AT_LEAST

        public static final Name AT_LEAST
        Name of the hydra.query.RegexQuantifier.atLeast field.
      • RANGE

        public static final Name RANGE
        Name of the hydra.query.RegexQuantifier.range field.
    • Method Detail

      • hydraOrdinal

        public abstract int hydraOrdinal()