org.parboiled.support
Class MatcherPath.Element

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

public static class MatcherPath.Element
extends java.lang.Object


Field Summary
 int level
           
 Matcher matcher
           
 int startIndex
           
 
Constructor Summary
MatcherPath.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

MatcherPath.Element

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