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()
final MatcherContext<V>
MatcherContext.getSubContext
(Matcher matcher) Methods in org.parboiled with parameters of type MatcherContextModifier and TypeMethodDescriptionboolean
MatchHandler.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> boolean
ActionMatcher.match
(MatcherContext<V> context) boolean
AnyMatcher.match
(MatcherContext context) boolean
AnyOfMatcher.match
(MatcherContext context) boolean
CharIgnoreCaseMatcher.match
(MatcherContext context) boolean
CharMatcher.match
(MatcherContext context) boolean
CharRangeMatcher.match
(MatcherContext context) boolean
EmptyMatcher.match
(MatcherContext context) boolean
FirstOfMatcher.match
(MatcherContext context) boolean
FirstOfStringsMatcher.match
(MatcherContext context) <V> boolean
Matcher.match
(MatcherContext<V> context) Tries a match on the given MatcherContext.<V> boolean
MemoMismatchesMatcher.match
(MatcherContext<V> context) boolean
NothingMatcher.match
(MatcherContext context) boolean
OneOrMoreMatcher.match
(MatcherContext context) boolean
OptionalMatcher.match
(MatcherContext context) <V> boolean
ProxyMatcher.match
(MatcherContext<V> context) boolean
SequenceMatcher.match
(MatcherContext context) boolean
StringMatcher.match
(MatcherContext context) boolean
TestMatcher.match
(MatcherContext context) boolean
TestNotMatcher.match
(MatcherContext context) <V> boolean
VarFramingMatcher.match
(MatcherContext<V> context) boolean
ZeroOrMoreMatcher.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) boolean
BasicParseRunner.match
(MatcherContext<?> context) boolean
ErrorLocatingParseRunner.match
(MatcherContext<?> context) boolean
ErrorReportingParseRunner.match
(MatcherContext<?> context) boolean
ProfilingParseRunner.match
(MatcherContext<?> context) boolean
TracingParseRunner.match
(MatcherContext<?> context)