public interface Expression
extends java.io.Serializable
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | Expression.Operation | 
| Modifier and Type | Method and Description | 
|---|---|
| default Expression | negate()Returns the negation of this expression, equivalent to not(this). | 
| Expression.Operation | op()Returns the operation for an expression node. | 
Expression.Operation op()
default Expression negate()