Uses of Class
com.schibsted.spt.data.jslt.impl.ExpressionImpl
Packages that use ExpressionImpl
Package
Description
This package contains implementation-internal interfaces and classes.
The implementation of the JSLT parser.
-
Uses of ExpressionImpl in com.schibsted.spt.data.jslt.impl
Fields in com.schibsted.spt.data.jslt.impl declared as ExpressionImplConstructors in com.schibsted.spt.data.jslt.impl with parameters of type ExpressionImpl -
Uses of ExpressionImpl in com.schibsted.spt.data.jslt.parser
Methods in com.schibsted.spt.data.jslt.parser that return ExpressionImplModifier and TypeMethodDescriptionprivate static ExpressionImpl
ParserImpl.compile
(ParseContext ctx, SimpleNode root) private static ExpressionImpl
ParserImpl.compileImport
(Collection<Function> functions, ParseContext parent, String jslt) private static ExpressionImpl
ParserImpl.compileModule
(ParseContext ctx, JsltParser parser)