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 PatternMatcher
ExpressionParser. ArrayMatcher()
PatternMatcher
ExpressionParser. Matcher()
PatternMatcher
ExpressionParser. ObjectMatcher()
PatternMatcher
ExpressionParser. 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 PatternMatcher
AssignPipeComponent. matcher
private PatternMatcher
ForeachExpression. matcher
private PatternMatcher
ReduceExpression. matcher
Constructors 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 class
ArrayMatcher
class
ObjectMatcher
class
ValueMatcher
Fields in net.thisptr.jackson.jq.internal.tree.matcher.matchers declared as PatternMatcher Modifier and Type Field Description private PatternMatcher
ObjectMatcher.FieldMatcher. matcher
Fields 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. matchers
Methods in net.thisptr.jackson.jq.internal.tree.matcher.matchers that return PatternMatcher Modifier and Type Method Description PatternMatcher
ObjectMatcher.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)
-