Uses of Class
com.schibsted.spt.data.jslt.impl.MatcherExpression
Packages that use MatcherExpression
Package
Description
This package contains implementation-internal interfaces and classes.
The implementation of the JSLT parser.
-
Uses of MatcherExpression in com.schibsted.spt.data.jslt.impl
Fields in com.schibsted.spt.data.jslt.impl declared as MatcherExpressionConstructors in com.schibsted.spt.data.jslt.impl with parameters of type MatcherExpressionModifierConstructorDescriptionObjectExpression
(LetExpression[] lets, PairExpression[] children, MatcherExpression matcher, Location location, JsonFilter filter) -
Uses of MatcherExpression in com.schibsted.spt.data.jslt.parser
Methods in com.schibsted.spt.data.jslt.parser that return MatcherExpressionModifier and TypeMethodDescriptionprivate static MatcherExpression
ParserImpl.collectMatcher
(ParseContext ctx, SimpleNode node)