Class MatcherPath.Element

java.lang.Object
org.parboiled.support.MatcherPath.Element
Enclosing class:
MatcherPath

public static class MatcherPath.Element extends Object
  • Field Details

    • matcher

      public final Matcher matcher
    • startIndex

      public final int startIndex
    • level

      public final int level
  • Constructor Details

    • Element

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