Uses of Class
nl.basjes.parse.useragent.analyze.Matcher
Packages that use Matcher
Package
Description
-
Uses of Matcher in nl.basjes.parse.useragent
Methods in nl.basjes.parse.useragent that return types with arguments of type MatcherMethods in nl.basjes.parse.useragent with parameters of type MatcherModifier and TypeMethodDescriptionvoidUserAgent.MutableUserAgent.set(UserAgent.MutableUserAgent newValuesUserAgent, Matcher appliedMatcher) -
Uses of Matcher in nl.basjes.parse.useragent.analyze
Fields in nl.basjes.parse.useragent.analyze declared as MatcherMethods in nl.basjes.parse.useragent.analyze that return types with arguments of type MatcherModifier and TypeMethodDescriptionUserAgentStringMatchMaker.getAllMatchers()MatcherList.iterator()Methods in nl.basjes.parse.useragent.analyze with parameters of type MatcherModifier and TypeMethodDescriptionbooleandefault voidMatchMaker.receivedInput(Matcher matcher) voidUserAgentStringMatchMaker.receivedInput(Matcher matcher) Method parameters in nl.basjes.parse.useragent.analyze with type arguments of type MatcherModifier and TypeMethodDescriptionbooleanMatcherList.addAll(Collection<? extends Matcher> collection) Constructors in nl.basjes.parse.useragent.analyze with parameters of type MatcherModifierConstructorDescriptionMatcherExtractAction(String attribute, long confidence, String config, Matcher matcher) MatcherFailIfFoundAction(String config, Matcher matcher) MatcherRequireAction(String config, Matcher matcher) MatcherVariableAction(String variableName, String config, Matcher matcher) -
Uses of Matcher in nl.basjes.parse.useragent.analyze.treewalker
Constructors in nl.basjes.parse.useragent.analyze.treewalker with parameters of type MatcherModifierConstructorDescriptionTreeExpressionEvaluator(org.antlr.v4.runtime.ParserRuleContext requiredPattern, Matcher matcher, boolean verbose) -
Uses of Matcher in nl.basjes.parse.useragent.debug
Methods in nl.basjes.parse.useragent.debug with parameters of type MatcherModifier and TypeMethodDescriptionvoidDebugUserAgent.set(UserAgent.MutableUserAgent newValuesUserAgent, Matcher appliedMatcher)