Uses of Interface
com.schibsted.spt.data.jslt.impl.Macro
-
Packages that use Macro Package Description com.schibsted.spt.data.jslt.impl This package contains implementation-internal interfaces and classes. -
-
Uses of Macro in com.schibsted.spt.data.jslt.impl
Classes in com.schibsted.spt.data.jslt.impl that implement Macro Modifier and Type Class Description private static class
BuiltinFunctions.AbstractMacro
static class
BuiltinFunctions.Fallback
static class
ExperimentalModule.GroupBy
Fields in com.schibsted.spt.data.jslt.impl declared as Macro Modifier and Type Field Description private Macro
MacroExpression. macro
Fields in com.schibsted.spt.data.jslt.impl with type parameters of type Macro Modifier and Type Field Description static java.util.Map<java.lang.String,Macro>
BuiltinFunctions. macros
Methods in com.schibsted.spt.data.jslt.impl that return Macro Modifier and Type Method Description Macro
ParseContext. getMacro(java.lang.String name)
Constructors in com.schibsted.spt.data.jslt.impl with parameters of type Macro Constructor Description MacroExpression(Macro macro, ExpressionNode[] arguments, Location location)
-