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.expressionpackage defines the API forExpressionprocessing.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 TNodeVisitor. evaluate(MapLiteral mapLiteral)Evaluate aMapLiteralnode.ObjectSideEffectVisitor. evaluate(MapLiteral mapLiteral)abstract voidSideEffectVisitor. 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 MapLiteralSyntheticMapRemoval. assignDefault(Command command)Methods in org.apache.sling.scripting.sightly.impl.compiler.optimization with parameters of type MapLiteral Modifier and Type Method Description voidVariableFinder. 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 EvalResultExpressionReducer. 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 ExpressionNodeNodeTransformer. 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 MapLiteralAbstractRepeatPlugin. buildStatusObj(String indexVar, String sizeVar)
-