Uses of Class
org.apache.sling.scripting.sightly.compiler.expression.nodes.UnaryOperator
-
Packages that use UnaryOperator Package Description org.apache.sling.scripting.sightly.compiler.expression.nodes Theorg.apache.sling.scripting.sightly.compiler.expression.nodes
package exposes the variousExpressionNode
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 UnaryOperator Modifier and Type Method Description UnaryOperator
UnaryOperation. getOperator()
Returns the operator applied in this operation.static UnaryOperator
UnaryOperator. valueOf(String name)
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 UnaryOperator Constructor Description UnaryOperation(UnaryOperator operator, ExpressionNode target)
Creates aUnaryOperation
.
-