Uses of Class
org.apache.sling.scripting.sightly.compiler.expression.nodes.ArrayLiteral
-
Packages that use ArrayLiteral 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 -
-
Uses of ArrayLiteral in org.apache.sling.scripting.sightly.compiler.expression
Methods in org.apache.sling.scripting.sightly.compiler.expression with parameters of type ArrayLiteral Modifier and Type Method Description T
NodeVisitor. evaluate(ArrayLiteral arrayLiteral)
Evaluate aArrayLiteral
node.Object
SideEffectVisitor. evaluate(ArrayLiteral arrayLiteral)
abstract void
SideEffectVisitor. visit(ArrayLiteral arrayLiteral)
-
Uses of ArrayLiteral in org.apache.sling.scripting.sightly.impl.compiler.optimization
Methods in org.apache.sling.scripting.sightly.impl.compiler.optimization with parameters of type ArrayLiteral Modifier and Type Method Description void
VariableFinder. visit(ArrayLiteral arrayLiteral)
-
Uses of ArrayLiteral 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 ArrayLiteral Modifier and Type Method Description EvalResult
ExpressionReducer. evaluate(ArrayLiteral arrayLiteral)
-
Uses of ArrayLiteral 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 ArrayLiteral Modifier and Type Method Description ExpressionNode
NodeTransformer. evaluate(ArrayLiteral arrayLiteral)
-