Uses of Class
org.apache.sling.scripting.sightly.compiler.expression.nodes.BinaryOperation
Packages that use 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
Methods in org.apache.sling.scripting.sightly.compiler.expression with parameters of type BinaryOperationModifier and TypeMethodDescriptionNodeVisitor.evaluate(BinaryOperation binaryOperation) Evaluate aBinaryOperationnode.SideEffectVisitor.evaluate(BinaryOperation binaryOperation) abstract voidSideEffectVisitor.visit(BinaryOperation binaryOperation) -
Uses of BinaryOperation in org.apache.sling.scripting.sightly.compiler.expression.nodes
Methods in org.apache.sling.scripting.sightly.compiler.expression.nodes that return BinaryOperationModifier and TypeMethodDescriptionBinaryOperation.withParentExpression(Expression parentExpression) Returns a copy of thisBinaryOperationthat contains information about the node's parent expression. -
Uses of BinaryOperation in org.apache.sling.scripting.sightly.impl.compiler.optimization
Methods in org.apache.sling.scripting.sightly.impl.compiler.optimization with parameters of type BinaryOperation -
Uses of BinaryOperation 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 BinaryOperation -
Uses of BinaryOperation 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 BinaryOperation