Uses of Class
org.apache.sling.scripting.sightly.compiler.expression.nodes.MapLiteral
Packages that use MapLiteral
Package
Description
The
org.apache.sling.scripting.sightly.compiler.expression
package defines the API for
Expression
processing.-
Uses of MapLiteral in org.apache.sling.scripting.sightly.compiler.expression
Methods in org.apache.sling.scripting.sightly.compiler.expression with parameters of type MapLiteralModifier and TypeMethodDescriptionNodeVisitor.evaluate
(MapLiteral mapLiteral) Evaluate aMapLiteral
node.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 MapLiteralModifier and TypeMethodDescriptionprotected MapLiteral
SyntheticMapRemoval.assignDefault
(Command command) Methods in org.apache.sling.scripting.sightly.impl.compiler.optimization with parameters of type 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 -
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 -
Uses of MapLiteral in org.apache.sling.scripting.sightly.impl.plugin
Methods in org.apache.sling.scripting.sightly.impl.plugin that return MapLiteralModifier and TypeMethodDescriptionprotected MapLiteral
AbstractRepeatPlugin.buildStatusObj
(String indexVar, String sizeVar)