Uses of Class
org.apache.sling.scripting.sightly.compiler.expression.nodes.BinaryOperation
Package
Description
The
org.apache.sling.scripting.sightly.compiler.expression
package defines the API for
Expression
processing.The
org.apache.sling.scripting.sightly.compiler.expression.nodes
package exposes the various
ExpressionNode
types.-
Uses of BinaryOperation in org.apache.sling.scripting.sightly.compiler.expression
Modifier and TypeMethodDescriptionNodeVisitor.evaluate
(BinaryOperation binaryOperation) Evaluate aBinaryOperation
node.SideEffectVisitor.evaluate
(BinaryOperation binaryOperation) abstract void
SideEffectVisitor.visit
(BinaryOperation binaryOperation) -
Uses of BinaryOperation in org.apache.sling.scripting.sightly.compiler.expression.nodes
Modifier and TypeMethodDescriptionBinaryOperation.withParentExpression
(Expression parentExpression) Returns a copy of thisBinaryOperation
that contains information about the node's parent expression. -
Uses of BinaryOperation in org.apache.sling.scripting.sightly.impl.compiler.optimization
-
Uses of BinaryOperation in org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce
-
Uses of BinaryOperation in org.apache.sling.scripting.sightly.impl.compiler.util.expression