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.nodespackage exposes the variousExpressionNodetypes. -
-
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 UnaryOperatorUnaryOperation. getOperator()Returns the operator applied in this operation.static UnaryOperatorUnaryOperator. 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.
-