| Package | Description | 
|---|---|
| org.apache.sling.scripting.sightly.compiler.expression.nodes | 
 The  
org.apache.sling.scripting.sightly.compiler.expression.nodes package exposes the various
 ExpressionNode types. | 
| Modifier and Type | Method and Description | 
|---|---|
UnaryOperator | 
UnaryOperation.getOperator()
Returns the operator applied in this operation. 
 | 
static UnaryOperator | 
UnaryOperator.valueOf(java.lang.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. 
 | 
| Constructor and Description | 
|---|
UnaryOperation(UnaryOperator operator,
              ExpressionNode target)
Creates a  
UnaryOperation. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.