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