public class UnaryOperation extends AbstractOperation
| Constructor and Description |
|---|
UnaryOperation(String operator,
Expression operand) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getOperand() |
getOperatorStringpublic UnaryOperation(String operator, Expression operand)
public Expression getOperand()
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.