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.Element
MatcherPath. element
Methods in org.parboiled.support that return MatcherPath.Element Modifier and Type Method Description MatcherPath.Element
MatcherPath. 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.
-