Uses of Enum
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 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.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
. -
Uses of BinaryOperator in org.apache.sling.scripting.sightly.impl.parser.expr.generated
Fields in org.apache.sling.scripting.sightly.impl.parser.expr.generated declared as BinaryOperator -
Uses of BinaryOperator in org.apache.sling.scripting.sightly.java.compiler.impl.operator
Methods in org.apache.sling.scripting.sightly.java.compiler.impl.operator with parameters of type BinaryOperatorModifier and TypeMethodDescriptionstatic BinaryOpGen
Operators.generatorFor
(BinaryOperator operator) Provide the signature of the given operatorConstructors in org.apache.sling.scripting.sightly.java.compiler.impl.operator with parameters of type BinaryOperatorModifierConstructorDescriptionComparisonOpGen
(BinaryOperator operator) LongOpGen
(String javaOperator, BinaryOperator binaryOperator) NumericOpGen
(String javaOperator, BinaryOperator binaryOperator)