Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface Negatable
Method Summary | |
boolean |
|
Expression |
|
public boolean isNegatable(ExpressionVisitor visitor)
Check whether this specific instance of the expression is negatable
- Returns:
- true if it is
public Expression negate()
Create an expression that returns the negation of this expression
- Returns:
- the negated expression