Class RegexComposed

    • Field Detail

      • nbCreateMatches

        protected static final java.util.concurrent.atomic.AtomicInteger nbCreateMatches
    • Constructor Detail

      • RegexComposed

        public RegexComposed​(IRegex... partial)
    • Method Detail

      • partials

        protected final java.util.List<IRegex> partials()
      • getFullSlow

        protected abstract java.lang.String getFullSlow()
      • isCompiled

        protected final boolean isCompiled()
      • count

        public final int count()
        Specified by:
        count in interface IRegex
      • getStartCount

        protected int getStartCount()
      • getPattern

        public final java.lang.String getPattern()
        Specified by:
        getPattern in interface IRegex
      • getPartials

        protected final java.util.List<IRegex> getPartials()