Uses of Enum Class
org.apache.sling.scripting.sightly.compiler.expression.nodes.UnaryOperator
Packages that use 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
Methods in org.apache.sling.scripting.sightly.compiler.expression.nodes that return UnaryOperatorModifier and TypeMethodDescriptionUnaryOperation.getOperator()Returns the operator applied in this operation.static UnaryOperatorReturns the enum constant of this class with the specified name.static UnaryOperator[]UnaryOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.sling.scripting.sightly.compiler.expression.nodes with parameters of type UnaryOperatorModifierConstructorDescriptionUnaryOperation(UnaryOperator operator, ExpressionNode target) Creates aUnaryOperation.