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