Uses of Class
com.schibsted.spt.data.jslt.impl.JstlFile
Packages that use JstlFile
Package
Description
This package contains implementation-internal interfaces and classes.
The implementation of the JSLT parser.
-
Uses of JstlFile in com.schibsted.spt.data.jslt.impl
Fields in com.schibsted.spt.data.jslt.impl declared as JstlFileFields in com.schibsted.spt.data.jslt.impl with type parameters of type JstlFileMethods in com.schibsted.spt.data.jslt.impl that return types with arguments of type JstlFileMethods in com.schibsted.spt.data.jslt.impl with parameters of type JstlFileMethod parameters in com.schibsted.spt.data.jslt.impl with type arguments of type JstlFileModifier and TypeMethodDescriptionvoid
ExpressionImpl.setGlobalModules
(List<JstlFile> fileModules) Constructor parameters in com.schibsted.spt.data.jslt.impl with type arguments of type JstlFileModifierConstructorDescriptionParseContext
(Collection<Function> extensions, String source, ResourceResolver resolver, Map<String, Module> namedModules, List<JstlFile> files, PreparationContext preparationContext, JsonFilter objectFilter) -
Uses of JstlFile in com.schibsted.spt.data.jslt.parser
Methods in com.schibsted.spt.data.jslt.parser that return JstlFileModifier and TypeMethodDescriptionprivate static JstlFile
ParserImpl.doImport
(ParseContext parent, String source, SimpleNode node, String prefix)