Uses of Enum
org.apache.sling.scripting.sightly.compiler.expression.nodes.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
Modifier and TypeMethodDescriptionBinaryOperation.getOperator()
Returns the operator of the operation.static BinaryOperator
Returns the enum constant of this type with the specified name.static BinaryOperator[]
BinaryOperator.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionBinaryOperation
(BinaryOperator operator, ExpressionNode leftOperand, ExpressionNode rightOperand) Creates aBinaryOperation
.BinaryOperation
(BinaryOperator operator, ExpressionNode leftOperand, ExpressionNode rightOperand, Expression parentExpression) Creates aBinaryOperation
. -
Uses of BinaryOperator in org.apache.sling.scripting.sightly.impl.parser.expr.generated
-
Uses of BinaryOperator in org.apache.sling.scripting.sightly.java.compiler.impl.operator
Modifier and TypeMethodDescriptionstatic BinaryOpGen
Operators.generatorFor
(BinaryOperator operator) Provide the signature of the given operatorModifierConstructorDescriptionComparisonOpGen
(BinaryOperator operator) LongOpGen
(String javaOperator, BinaryOperator binaryOperator) NumericOpGen
(String javaOperator, BinaryOperator binaryOperator)