Uses of Enum
org.apache.sling.scripting.sightly.compiler.expression.nodes.UnaryOperator
Package
Description
The
org.apache.sling.scripting.sightly.compiler.expression.nodes
package exposes the various
ExpressionNode
types.-
Uses of UnaryOperator in org.apache.sling.scripting.sightly.compiler.expression.nodes
Modifier and TypeMethodDescriptionUnaryOperation.getOperator()
Returns the operator applied in this operation.static UnaryOperator
Returns the enum constant of this type with the specified name.static UnaryOperator[]
UnaryOperator.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionUnaryOperation
(UnaryOperator operator, ExpressionNode target) Creates aUnaryOperation
. -
Uses of UnaryOperator in org.apache.sling.scripting.sightly.java.compiler.impl.operator
Modifier and TypeMethodDescriptionstatic UnaryOpGen
Operators.generatorFor
(UnaryOperator operator) Provide the signature of the given operator