Uses of Class
org.apache.sling.scripting.sightly.compiler.expression.nodes.BinaryOperator
-
Packages that use BinaryOperator Package Description 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.parser.expr.generated -
-
Uses of BinaryOperator in org.apache.sling.scripting.sightly.compiler.expression.nodes
Methods in org.apache.sling.scripting.sightly.compiler.expression.nodes that return BinaryOperator Modifier and Type Method Description BinaryOperator
BinaryOperation. getOperator()
Returns the operator of the operation.static BinaryOperator
BinaryOperator. valueOf(String name)
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 BinaryOperator Constructor Description BinaryOperation(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 Modifier and Type Field Description BinaryOperator
SightlyParser.ComparisonOpContext. op
-