public interface IrBoolExpr extends IrIntExpr
| Modifier and Type | Method and Description |
|---|---|
<A,B> B |
accept(IrBoolExprVisitor<A,B> visitor,
A a)
Dynamic dispatch on the visitor.
|
IrBoolDomain |
getDomain()
Domain cannot be empty.
|
boolean |
isNegative()
Is the expression in negative form.
|
IrBoolExpr |
negate()
The negated expression is true if and only if this expression is false.
|
IrBoolDomain getDomain()
IrIntExprIrBoolExpr negate()
boolean isNegative()
<A,B> B accept(IrBoolExprVisitor<A,B> visitor, A a)
A - the parameter typeB - the return typevisitor - the visitora - the parameterCopyright © 2013. All Rights Reserved.