Uses of Enum Class
org.apache.sling.scripting.sightly.compiler.expression.nodes.BinaryOperator
Packages that use BinaryOperator
Package
Description
The
org.apache.sling.scripting.sightly.compiler.expression.nodes package exposes the various
ExpressionNode types.-
Uses of BinaryOperator in org.apache.sling.scripting.sightly.compiler.expression.nodes
Methods in org.apache.sling.scripting.sightly.compiler.expression.nodes that return BinaryOperatorModifier and TypeMethodDescriptionBinaryOperation.getOperator()Returns the operator of the operation.static BinaryOperatorReturns the enum constant of this class with the specified name.static BinaryOperator[]BinaryOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.sling.scripting.sightly.compiler.expression.nodes with parameters of type BinaryOperatorModifierConstructorDescriptionBinaryOperation(BinaryOperator operator, ExpressionNode leftOperand, ExpressionNode rightOperand) Creates aBinaryOperation.BinaryOperation(BinaryOperator operator, ExpressionNode leftOperand, ExpressionNode rightOperand, Expression parentExpression) Creates aBinaryOperation.