Class MatcherPath.Element

  • Enclosing class:
    MatcherPath

    public static class MatcherPath.Element
    extends Object
    • Field Detail

      • matcher

        public final Matcher matcher
      • startIndex

        public final int startIndex
      • level

        public final int level
    • Constructor Detail

      • Element

        public Element​(Matcher matcher,
                       int startIndex,
                       int level)