Uses of Class
org.parboiled.support.MatcherPath.Element
Packages that use MatcherPath.Element
-
Uses of MatcherPath.Element in org.parboiled.support
Fields in org.parboiled.support declared as MatcherPath.ElementMethods in org.parboiled.support that return MatcherPath.ElementModifier and TypeMethodDescriptionMatcherPath.getElementAtLevel(int level) Returns the Element at the given level.Constructors in org.parboiled.support with parameters of type MatcherPath.ElementModifierConstructorDescriptionMatcherPath(MatcherPath.Element element, MatcherPath parent) Constructs a new MatcherPath wrapping the given elements.