public class IrSetTernary extends IrAbstractSet
| Constructor and Description | 
|---|
IrSetTernary(IrBoolExpr antecedent,
                        IrSetExpr consequent,
                        IrSetExpr alternative,
                        IrDomain env,
                        IrDomain ker,
                        IrDomain card)  | 
| Modifier and Type | Method and Description | 
|---|---|
<A,B> B | 
accept(IrSetExprVisitor<A,B> visitor,
            A a)
Dynamic dispatch on the visitor. 
 | 
boolean | 
equals(Object obj)  | 
IrSetExpr | 
getAlternative()  | 
IrBoolExpr | 
getAntecedent()  | 
IrSetExpr | 
getConsequent()  | 
int | 
hashCode()  | 
String | 
toString()  | 
getCard, getEnv, getKerpublic IrSetTernary(IrBoolExpr antecedent, IrSetExpr consequent, IrSetExpr alternative, IrDomain env, IrDomain ker, IrDomain card)
public IrBoolExpr getAntecedent()
public IrSetExpr getConsequent()
public IrSetExpr getAlternative()
public <A,B> B accept(IrSetExprVisitor<A,B> visitor, A a)
IrSetExprA - the parameter typeB - the return typevisitor - the visitora - the parameterpublic boolean equals(Object obj)
equals in class IrAbstractSetpublic int hashCode()
hashCode in class IrAbstractSetCopyright © 2013. All Rights Reserved.