Uses of Enum
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 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.Constructors in org.apache.sling.scripting.sightly.compiler.expression.nodes with parameters of type UnaryOperatorModifierConstructorDescriptionUnaryOperation
(UnaryOperator operator, ExpressionNode target) Creates aUnaryOperation
. -
Uses of UnaryOperator 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 UnaryOperatorModifier and TypeMethodDescriptionstatic UnaryOpGen
Operators.generatorFor
(UnaryOperator operator) Provide the signature of the given operator