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 classBuiltinFunctions.AbstractMacrostatic classBuiltinFunctions.Fallbackstatic classExperimentalModule.GroupByFields in com.schibsted.spt.data.jslt.impl declared as Macro Modifier and Type Field Description private MacroMacroExpression. macroFields 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. macrosMethods in com.schibsted.spt.data.jslt.impl that return Macro Modifier and Type Method Description MacroParseContext. 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)
-