Uses of Class
com.schibsted.spt.data.jslt.impl.ExpressionImpl
-
Packages that use ExpressionImpl 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 ExpressionImpl in com.schibsted.spt.data.jslt.impl
Fields in com.schibsted.spt.data.jslt.impl declared as ExpressionImpl Modifier and Type Field Description private ExpressionImpl
JstlFile. body
Constructors in com.schibsted.spt.data.jslt.impl with parameters of type ExpressionImpl Constructor Description JstlFile(java.lang.String prefix, java.lang.String source, ExpressionImpl body)
-
Uses of ExpressionImpl in com.schibsted.spt.data.jslt.parser
Methods in com.schibsted.spt.data.jslt.parser that return ExpressionImpl Modifier and Type Method Description private static ExpressionImpl
ParserImpl. compile(ParseContext ctx, SimpleNode root)
private static ExpressionImpl
ParserImpl. compileImport(java.util.Collection<Function> functions, ParseContext parent, java.lang.String jslt)
private static ExpressionImpl
ParserImpl. compileModule(ParseContext ctx, JsltParser parser)
-