Uses of Class
org.parboiled.support.MatcherPath.Element
-
Packages that use MatcherPath.Element Package Description org.parboiled.support -
-
Uses of MatcherPath.Element in org.parboiled.support
Fields in org.parboiled.support declared as MatcherPath.Element Modifier and Type Field Description MatcherPath.ElementMatcherPath. elementMethods in org.parboiled.support that return MatcherPath.Element Modifier and Type Method Description MatcherPath.ElementMatcherPath. getElementAtLevel(int level)Returns the Element at the given level.Constructors in org.parboiled.support with parameters of type MatcherPath.Element Constructor Description MatcherPath(MatcherPath.Element element, MatcherPath parent)Constructs a new MatcherPath wrapping the given elements.
-