Uses of Class
com.schibsted.spt.data.jslt.impl.MatcherExpression
-
Packages that use MatcherExpression Package Description com.schibsted.spt.data.jslt.impl This package contains implementation-internal interfaces and classes.com.schibsted.spt.data.jslt.parser 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 MatcherExpression Modifier and Type Field Description private MatcherExpression
ObjectExpression. matcher
Constructors in com.schibsted.spt.data.jslt.impl with parameters of type MatcherExpression Constructor Description ObjectExpression(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 MatcherExpression Modifier and Type Method Description private static MatcherExpression
ParserImpl. collectMatcher(ParseContext ctx, SimpleNode node)
-