Class DZeroOrMorePattern

  • All Implemented Interfaces:
    ParsedPattern

    public class DZeroOrMorePattern
    extends DUnaryPattern
    Author:
    Kohsuke Kawaguchi (kk@kohsuke.org)
    • Constructor Detail

      • DZeroOrMorePattern

        public DZeroOrMorePattern()
    • Method Detail

      • isNullable

        public boolean isNullable()
        Description copied from class: DPattern
        Returns true if this pattern is nullable. A nullable pattern is a pattern that can match the empty sequence.
        Specified by:
        isNullable in class DPattern