public interface UnaryExpression extends Expression
| Modifier and Type | Interface and Description |
|---|---|
static class |
UnaryExpression.Operation |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getExpression()
Returns an
Expression subtree of the operation. |
UnaryExpression.Operation |
getOperation()
Returns the unary expression's operation.
|
acceptExpression getExpression()
Expression subtree of the operation.UnaryExpression.Operation getOperation()