public interface Negatable
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNegatable(TypeHierarchy th)
Check whether this specific instance of the expression is negatable
|
Expression |
negate()
Create an expression that returns the negation of this expression
|
boolean isNegatable(TypeHierarchy th)
th - Expression negate()
IllegalOperationException - if isNegatable() returns falseCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.