Uses of Package
com.schibsted.spt.data.jslt.impl
Packages that use com.schibsted.spt.data.jslt.impl
Package
Description
The public API to the JSLT processor.
This package contains implementation-internal interfaces and classes.
The implementation of the JSLT parser.
-
Classes in com.schibsted.spt.data.jslt.impl used by com.schibsted.spt.data.jslt
-
Classes in com.schibsted.spt.data.jslt.impl used by com.schibsted.spt.data.jslt.implClassDescriptionCommon superclass for function and macro expressions, to avoid having to repeat so much code.Shared abstract superclass for comparison operators and others.Wrapper class that translates an external Expression to an ExpressionNode.Internal interface for the parts of a compiled JSLT expression.Represents a JSLT source code file loaded separately.Represents a position in a JSTL source code file.Interface implemented by all macros.Represents the '* - ...Represents a ("key" : expr) pair inside a JSON object.Class to encapsulate context information like available functions, parser/compiler settings, and so on, during parsing.Class to encapsulate context information while the parse tree is being prepared.Marker interface which can be implemented by a function to declare that one of its parameters is a regular expression.Keeps track of declared variables and maps them to their slots in the stack frames.A scope frame is smaller than a stack frame: each object, object comprehension, for expression, and if expression will have its own scope frame.Class encapsulating what we know about a specific variable.
-
Classes in com.schibsted.spt.data.jslt.impl used by com.schibsted.spt.data.jslt.parserClassDescriptionWrapper class that translates an external Expression to an ExpressionNode.Internal interface for the parts of a compiled JSLT expression.Represents a JSLT source code file loaded separately.Represents a position in a JSTL source code file.Represents the '* - ...Represents a ("key" : expr) pair inside a JSON object.Class to encapsulate context information like available functions, parser/compiler settings, and so on, during parsing.