Class MatcherPath.Element

  • Enclosing class:
    MatcherPath

    public static class MatcherPath.Element
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Element​(Matcher matcher, int startIndex, int level)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)