public class IrFilterString extends IrAbstractBool implements IrBoolExpr
| Constructor and Description |
|---|
IrFilterString(IrSetExpr set,
int offset,
IrIntExpr[] string,
IrIntExpr[] result,
IrBoolDomain domain) |
| Modifier and Type | Method and Description |
|---|---|
<A,B> B |
accept(IrBoolExprVisitor<A,B> visitor,
A a)
Dynamic dispatch on the visitor.
|
<A,B> B |
accept(IrIntExprVisitor<A,B> visitor,
A a)
Dynamic dispatch on the visitor.
|
boolean |
equals(Object obj) |
int |
getOffset() |
IrIntExpr[] |
getResult() |
IrSetExpr |
getSet() |
IrIntExpr[] |
getString() |
int |
hashCode() |
boolean |
isNegative()
Is the expression in negative form.
|
IrBoolExpr |
negate()
The negated expression is true if and only if this expression is false.
|
String |
toString() |
getDomainclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDomainpublic IrFilterString(IrSetExpr set, int offset, IrIntExpr[] string, IrIntExpr[] result, IrBoolDomain domain)
public int getOffset()
public IrBoolExpr negate()
IrBoolExprnegate in interface IrBoolExprpublic boolean isNegative()
IrBoolExprisNegative in interface IrBoolExprpublic <A,B> B accept(IrBoolExprVisitor<A,B> visitor, A a)
IrBoolExpraccept in interface IrBoolExprA - the parameter typeB - the return typevisitor - the visitora - the parameterpublic <A,B> B accept(IrIntExprVisitor<A,B> visitor, A a)
IrIntExprpublic boolean equals(Object obj)
equals in class IrAbstractBoolpublic int hashCode()
hashCode in class IrAbstractBoolCopyright © 2013. All Rights Reserved.