Uses of Class
com.schibsted.spt.data.jslt.impl.PairExpression
Packages that use PairExpression
Package
Description
This package contains implementation-internal interfaces and classes.
The implementation of the JSLT parser.
-
Uses of PairExpression in com.schibsted.spt.data.jslt.impl
Fields in com.schibsted.spt.data.jslt.impl declared as PairExpressionConstructors in com.schibsted.spt.data.jslt.impl with parameters of type PairExpressionModifierConstructorDescriptionObjectExpression
(LetExpression[] lets, PairExpression[] children, MatcherExpression matcher, Location location, JsonFilter filter) -
Uses of PairExpression in com.schibsted.spt.data.jslt.parser
Methods in com.schibsted.spt.data.jslt.parser that return types with arguments of type PairExpressionModifier and TypeMethodDescriptionprivate static List
<PairExpression> ParserImpl.collectPairs
(ParseContext ctx, SimpleNode pair) private static List
<PairExpression> ParserImpl.collectPairs
(ParseContext ctx, SimpleNode pair, List<PairExpression> pairs) Method parameters in com.schibsted.spt.data.jslt.parser with type arguments of type PairExpressionModifier and TypeMethodDescriptionprivate static List
<PairExpression> ParserImpl.collectPairs
(ParseContext ctx, SimpleNode pair, List<PairExpression> pairs)