| Package | Description |
|---|---|
| org.apache.sling.scripting.sightly.compiler.expression.nodes |
The
org.apache.sling.scripting.sightly.compiler.expression.nodes package exposes the various
ExpressionNode types. |
| Modifier and Type | Method and Description |
|---|---|
BinaryOperator |
BinaryOperation.getOperator()
Returns the operator of the operation.
|
static BinaryOperator |
BinaryOperator.valueOf(java.lang.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.
|
| Constructor and Description |
|---|
BinaryOperation(BinaryOperator operator,
ExpressionNode leftOperand,
ExpressionNode rightOperand)
Creates a
BinaryOperation. |
BinaryOperation(BinaryOperator operator,
ExpressionNode leftOperand,
ExpressionNode rightOperand,
Expression parentExpression)
Creates a
BinaryOperation. |
Copyright © 2018 The Apache Software Foundation. All rights reserved.