Uses of Class
org.parboiled.MatcherContext
Packages that use MatcherContext
Package
Description
-
Uses of MatcherContext in org.parboiled
Methods in org.parboiled that return MatcherContextModifier and TypeMethodDescriptionfinal MatcherContext<V> MatcherContext.getBasicSubContext()MatcherContext.getParent()///////////////////////////// CONTEXT INTERFACE ////////////////////////////////////final MatcherContext<V> MatcherContext.getSubContext(Matcher matcher) Methods in org.parboiled with parameters of type MatcherContextModifier and TypeMethodDescriptionbooleanMatchHandler.match(MatcherContext<?> context) Runs the given MatcherContext. -
Uses of MatcherContext in org.parboiled.matchers
Methods in org.parboiled.matchers that return MatcherContextModifier and TypeMethodDescriptionAbstractMatcher.getSubContext(MatcherContext context) ActionMatcher.getSubContext(MatcherContext context) Matcher.getSubContext(MatcherContext context) Creates a context for the matching of this matcher using the given parent context.MemoMismatchesMatcher.getSubContext(MatcherContext context) ProxyMatcher.getSubContext(MatcherContext context) VarFramingMatcher.getSubContext(MatcherContext context) Methods in org.parboiled.matchers with parameters of type MatcherContextModifier and TypeMethodDescriptionAbstractMatcher.getSubContext(MatcherContext context) ActionMatcher.getSubContext(MatcherContext context) Matcher.getSubContext(MatcherContext context) Creates a context for the matching of this matcher using the given parent context.MemoMismatchesMatcher.getSubContext(MatcherContext context) ProxyMatcher.getSubContext(MatcherContext context) VarFramingMatcher.getSubContext(MatcherContext context) <V> booleanActionMatcher.match(MatcherContext<V> context) booleanAnyMatcher.match(MatcherContext context) booleanAnyOfMatcher.match(MatcherContext context) booleanCharIgnoreCaseMatcher.match(MatcherContext context) booleanCharMatcher.match(MatcherContext context) booleanCharRangeMatcher.match(MatcherContext context) booleanEmptyMatcher.match(MatcherContext context) booleanFirstOfMatcher.match(MatcherContext context) booleanFirstOfStringsMatcher.match(MatcherContext context) <V> booleanMatcher.match(MatcherContext<V> context) Tries a match on the given MatcherContext.<V> booleanMemoMismatchesMatcher.match(MatcherContext<V> context) booleanNothingMatcher.match(MatcherContext context) booleanOneOrMoreMatcher.match(MatcherContext context) booleanOptionalMatcher.match(MatcherContext context) <V> booleanProxyMatcher.match(MatcherContext<V> context) booleanSequenceMatcher.match(MatcherContext context) booleanStringMatcher.match(MatcherContext context) booleanTestMatcher.match(MatcherContext context) booleanTestNotMatcher.match(MatcherContext context) <V> booleanVarFramingMatcher.match(MatcherContext<V> context) booleanZeroOrMoreMatcher.match(MatcherContext context) -
Uses of MatcherContext in org.parboiled.matchervisitors
Methods in org.parboiled.matchervisitors with parameters of type MatcherContextModifier and TypeMethodDescriptionFollowMatchersVisitor.getFollowMatchers(MatcherContext currentContext) -
Uses of MatcherContext in org.parboiled.parserunners
Methods in org.parboiled.parserunners that return MatcherContextModifier and TypeMethodDescriptionprotected MatcherContext<V> AbstractParseRunner.createRootContext(InputBuffer inputBuffer, MatchHandler matchHandler, boolean fastStringMatching) Methods in org.parboiled.parserunners with parameters of type MatcherContextModifier and TypeMethodDescriptionprotected ParsingResult<V> AbstractParseRunner.createParsingResult(boolean matched, MatcherContext<V> rootContext) booleanBasicParseRunner.match(MatcherContext<?> context) booleanErrorLocatingParseRunner.match(MatcherContext<?> context) booleanErrorReportingParseRunner.match(MatcherContext<?> context) booleanProfilingParseRunner.match(MatcherContext<?> context) booleanTracingParseRunner.match(MatcherContext<?> context)