public class AstTernary extends Object implements AstSetExpr
| Modifier and Type | Method and Description | 
|---|---|
<A,B> B | 
accept(AstExprVisitor<A,B> visitor,
            A a)
Dynamic dispatch on the visitor. 
 | 
AstSetExpr | 
getAlternative()  | 
AstBoolExpr | 
getAntecedent()  | 
AstSetExpr | 
getConsequent()  | 
String | 
toString()  | 
public AstBoolExpr getAntecedent()
public AstSetExpr getConsequent()
public AstSetExpr getAlternative()
public <A,B> B accept(AstExprVisitor<A,B> visitor, A a)
AstExprCopyright © 2013. All Rights Reserved.