public interface IrSetExpr extends IrExpr
| Modifier and Type | Method and Description | 
|---|---|
<A,B> B | 
accept(IrSetExprVisitor<A,B> visitor,
            A a)
Dynamic dispatch on the visitor. 
 | 
IrDomain | 
getCard()
Card or cardinality is all the possible size of the set. 
 | 
IrDomain | 
getEnv()
Env or envelope is the union of all possible values the set can be. 
 | 
IrDomain | 
getKer()
Ker or kernel is the intersection of all possible values the set can be 
 | 
IrDomain getEnv()
IrDomain getKer()
IrDomain getCard()
<A,B> B accept(IrSetExprVisitor<A,B> visitor, A a)
A - the parameter typeB - the return typevisitor - the visitora - the parameterCopyright © 2013. All Rights Reserved.