Uses of Class
org.apache.sling.scripting.sightly.compiler.expression.nodes.UnaryOperation
Packages that use UnaryOperation
Package
Description
The
org.apache.sling.scripting.sightly.compiler.expression
package defines the API for
Expression
processing.-
Uses of UnaryOperation in org.apache.sling.scripting.sightly.compiler.expression
Methods in org.apache.sling.scripting.sightly.compiler.expression with parameters of type UnaryOperationModifier and TypeMethodDescriptionNodeVisitor.evaluate
(UnaryOperation unaryOperation) Evaluate aUnaryOperation
node.SideEffectVisitor.evaluate
(UnaryOperation unaryOperation) abstract void
SideEffectVisitor.visit
(UnaryOperation unaryOperation) -
Uses of UnaryOperation in org.apache.sling.scripting.sightly.impl.compiler.optimization
Methods in org.apache.sling.scripting.sightly.impl.compiler.optimization with parameters of type UnaryOperation -
Uses of UnaryOperation 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 UnaryOperation -
Uses of UnaryOperation 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 UnaryOperation