Uses of Class
com.schibsted.spt.data.jslt.impl.PairExpression
-
Packages that use PairExpression 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 PairExpression in com.schibsted.spt.data.jslt.impl
Fields in com.schibsted.spt.data.jslt.impl declared as PairExpression Modifier and Type Field Description private PairExpression[]
ObjectExpression. children
Constructors in com.schibsted.spt.data.jslt.impl with parameters of type PairExpression Constructor Description ObjectExpression(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 PairExpression Modifier and Type Method Description private static java.util.List<PairExpression>
ParserImpl. collectPairs(ParseContext ctx, SimpleNode pair)
private static java.util.List<PairExpression>
ParserImpl. collectPairs(ParseContext ctx, SimpleNode pair, java.util.List<PairExpression> pairs)
Method parameters in com.schibsted.spt.data.jslt.parser with type arguments of type PairExpression Modifier and Type Method Description private static java.util.List<PairExpression>
ParserImpl. collectPairs(ParseContext ctx, SimpleNode pair, java.util.List<PairExpression> pairs)
-