Uses of Interface
net.thisptr.jackson.jq.internal.tree.matcher.PatternMatcher
-
Packages that use PatternMatcher Package Description net.thisptr.jackson.jq.internal.javacc net.thisptr.jackson.jq.internal.tree net.thisptr.jackson.jq.internal.tree.matcher.matchers -
-
Uses of PatternMatcher in net.thisptr.jackson.jq.internal.javacc
Methods in net.thisptr.jackson.jq.internal.javacc that return PatternMatcher Modifier and Type Method Description PatternMatcherExpressionParser. ArrayMatcher()PatternMatcherExpressionParser. Matcher()PatternMatcherExpressionParser. ObjectMatcher()PatternMatcherExpressionParser. ValueMatcher() -
Uses of PatternMatcher in net.thisptr.jackson.jq.internal.tree
Fields in net.thisptr.jackson.jq.internal.tree declared as PatternMatcher Modifier and Type Field Description PatternMatcherAssignPipeComponent. matcherprivate PatternMatcherForeachExpression. matcherprivate PatternMatcherReduceExpression. matcherConstructors in net.thisptr.jackson.jq.internal.tree with parameters of type PatternMatcher Constructor Description AssignPipeComponent(Expression expr, PatternMatcher matcher)ForeachExpression(PatternMatcher matcher, Expression initExpr, Expression updateExpr, Expression extractExpr, Expression iterExpr)ReduceExpression(PatternMatcher matcher, Expression initExpr, Expression reduceExpr, Expression iterExpr) -
Uses of PatternMatcher in net.thisptr.jackson.jq.internal.tree.matcher.matchers
Classes in net.thisptr.jackson.jq.internal.tree.matcher.matchers that implement PatternMatcher Modifier and Type Class Description classArrayMatcherclassObjectMatcherclassValueMatcherFields in net.thisptr.jackson.jq.internal.tree.matcher.matchers declared as PatternMatcher Modifier and Type Field Description private PatternMatcherObjectMatcher.FieldMatcher. matcherFields in net.thisptr.jackson.jq.internal.tree.matcher.matchers with type parameters of type PatternMatcher Modifier and Type Field Description private java.util.List<PatternMatcher>ArrayMatcher. matchersMethods in net.thisptr.jackson.jq.internal.tree.matcher.matchers that return PatternMatcher Modifier and Type Method Description PatternMatcherObjectMatcher.FieldMatcher. matcher()Constructors in net.thisptr.jackson.jq.internal.tree.matcher.matchers with parameters of type PatternMatcher Constructor Description FieldMatcher(boolean dollar, Expression name, PatternMatcher matcher)Constructor parameters in net.thisptr.jackson.jq.internal.tree.matcher.matchers with type arguments of type PatternMatcher Constructor Description ArrayMatcher(java.util.List<PatternMatcher> matchers)
-