Uses of Class
org.parboiled.support.MatcherPath
Packages that use MatcherPath
-
Uses of MatcherPath in org.parboiled
Methods in org.parboiled that return MatcherPathModifier and TypeMethodDescriptionContext.getPath()Returns theMatcherPathto the currently running matcher.MatcherContext.getPath() -
Uses of MatcherPath in org.parboiled.errors
Methods in org.parboiled.errors that return MatcherPathModifier and TypeMethodDescriptionActionError.getErrorPath()Gets the path to the matcher that caused this error.Methods in org.parboiled.errors that return types with arguments of type MatcherPathModifier and TypeMethodDescriptionInvalidInputError.getFailedMatchers()Gets the list of paths to the single character matchers that failed at the error location of this error.Constructors in org.parboiled.errors with parameters of type MatcherPathModifierConstructorDescriptionActionError(InputBuffer inputBuffer, int errorIndex, String errorMessage, MatcherPath errorPath, ActionException actionException) Constructor parameters in org.parboiled.errors with type arguments of type MatcherPathModifierConstructorDescriptionInvalidInputError(InputBuffer inputBuffer, int startIndex, List<MatcherPath> failedMatchers, String errorMessage) -
Uses of MatcherPath in org.parboiled.support
Fields in org.parboiled.support declared as MatcherPathMethods in org.parboiled.support that return MatcherPathModifier and TypeMethodDescriptionMatcherPath.commonPrefix(MatcherPath that) Returns the common prefix of this MatcherPath and the given other one.Methods in org.parboiled.support with parameters of type MatcherPathModifier and TypeMethodDescriptionMatcherPath.commonPrefix(MatcherPath that) Returns the common prefix of this MatcherPath and the given other one.booleanMatcherPath.isPrefixOf(MatcherPath that) Determines whether this path is a prefix of the given other path.MatcherPath.toString(MatcherPath skipPrefix) Constructors in org.parboiled.support with parameters of type MatcherPathModifierConstructorDescriptionMatcherPath(MatcherPath.Element element, MatcherPath parent) Constructs a new MatcherPath wrapping the given elements.