Uses of Class
org.apache.sling.scripting.sightly.compiler.expression.nodes.MapLiteral
-
Packages that use MapLiteral Package Description org.apache.sling.scripting.sightly.compiler.expression Theorg.apache.sling.scripting.sightly.compiler.expression
package defines the API forExpression
processing.org.apache.sling.scripting.sightly.impl.compiler.optimization org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce org.apache.sling.scripting.sightly.impl.compiler.util.expression org.apache.sling.scripting.sightly.impl.plugin -
-
Uses of MapLiteral in org.apache.sling.scripting.sightly.compiler.expression
Methods in org.apache.sling.scripting.sightly.compiler.expression with parameters of type MapLiteral Modifier and Type Method Description T
NodeVisitor. evaluate(MapLiteral mapLiteral)
Evaluate aMapLiteral
node.Object
SideEffectVisitor. evaluate(MapLiteral mapLiteral)
abstract void
SideEffectVisitor. visit(MapLiteral mapLiteral)
-
Uses of MapLiteral in org.apache.sling.scripting.sightly.impl.compiler.optimization
Methods in org.apache.sling.scripting.sightly.impl.compiler.optimization that return MapLiteral Modifier and Type Method Description protected MapLiteral
SyntheticMapRemoval. assignDefault(Command command)
Methods in org.apache.sling.scripting.sightly.impl.compiler.optimization with parameters of type MapLiteral Modifier and Type Method Description void
VariableFinder. visit(MapLiteral mapLiteral)
-
Uses of MapLiteral in org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce
Methods in org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce with parameters of type MapLiteral Modifier and Type Method Description EvalResult
ExpressionReducer. evaluate(MapLiteral mapLiteral)
-
Uses of MapLiteral in org.apache.sling.scripting.sightly.impl.compiler.util.expression
Methods in org.apache.sling.scripting.sightly.impl.compiler.util.expression with parameters of type MapLiteral Modifier and Type Method Description ExpressionNode
NodeTransformer. evaluate(MapLiteral mapLiteral)
-
Uses of MapLiteral in org.apache.sling.scripting.sightly.impl.plugin
Methods in org.apache.sling.scripting.sightly.impl.plugin that return MapLiteral Modifier and Type Method Description protected MapLiteral
AbstractRepeatPlugin. buildStatusObj(String indexVar, String sizeVar)
-