Uses of Class
org.parboiled.MatcherContext
-
Packages that use MatcherContext Package Description org.parboiled org.parboiled.matchers org.parboiled.matchervisitors org.parboiled.parserunners -
-
Uses of MatcherContext in org.parboiled
Methods in org.parboiled that return MatcherContext Modifier and Type Method Description MatcherContext<V>MatcherContext. getBasicSubContext()MatcherContext<V>MatcherContext. getParent()MatcherContext<V>MatcherContext. getSubContext(Matcher matcher)Methods in org.parboiled with parameters of type MatcherContext Modifier and Type Method Description booleanMatchHandler. match(MatcherContext<?> context)Runs the given MatcherContext. -
Uses of MatcherContext in org.parboiled.matchers
Methods in org.parboiled.matchers that return MatcherContext Modifier and Type Method Description MatcherContextAbstractMatcher. getSubContext(MatcherContext context)MatcherContextActionMatcher. getSubContext(MatcherContext context)MatcherContextMatcher. getSubContext(MatcherContext context)Creates a context for the matching of this matcher using the given parent context.MatcherContextMemoMismatchesMatcher. getSubContext(MatcherContext context)MatcherContextProxyMatcher. getSubContext(MatcherContext context)MatcherContextVarFramingMatcher. getSubContext(MatcherContext context)Methods in org.parboiled.matchers with parameters of type MatcherContext Modifier and Type Method Description MatcherContextAbstractMatcher. getSubContext(MatcherContext context)MatcherContextActionMatcher. getSubContext(MatcherContext context)MatcherContextMatcher. getSubContext(MatcherContext context)Creates a context for the matching of this matcher using the given parent context.MatcherContextMemoMismatchesMatcher. getSubContext(MatcherContext context)MatcherContextProxyMatcher. getSubContext(MatcherContext context)MatcherContextVarFramingMatcher. 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 MatcherContext Modifier and Type Method Description java.util.List<Matcher>FollowMatchersVisitor. getFollowMatchers(MatcherContext currentContext) -
Uses of MatcherContext in org.parboiled.parserunners
Methods in org.parboiled.parserunners that return MatcherContext Modifier and Type Method Description protected MatcherContext<V>AbstractParseRunner. createRootContext(InputBuffer inputBuffer, MatchHandler matchHandler, boolean fastStringMatching)Methods in org.parboiled.parserunners with parameters of type MatcherContext Modifier and Type Method Description protected 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)
-