public class AstUnion extends Object implements AstSetExpr
| Constructor and Description |
|---|
AstUnion(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 AstUnion(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.