public class AstIntersection extends Object implements AstSetExpr
| Constructor and Description | 
|---|
AstIntersection(AstSetExpr left,
                              AstSetExpr right)  | 
| Modifier and Type | Method and Description | 
|---|---|
<A,B> B | 
accept(AstExprVisitor<A,B> visitor,
            A a)
Dynamic dispatch on the visitor. 
 | 
boolean | 
equals(Object obj)  | 
AstSetExpr | 
getLeft()  | 
AstSetExpr | 
getRight()  | 
int | 
hashCode()  | 
String | 
toString()  | 
public AstIntersection(AstSetExpr left, AstSetExpr right)
public AstSetExpr getLeft()
public AstSetExpr getRight()
public <A,B> B accept(AstExprVisitor<A,B> visitor, A a)
AstExprCopyright © 2013. All Rights Reserved.