public class AstCompare extends Object implements AstBoolExpr
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AstCompare.Op  | 
| Modifier and Type | Method and Description | 
|---|---|
<A,B> B | 
accept(AstExprVisitor<A,B> visitor,
            A a)
Dynamic dispatch on the visitor. 
 | 
AstSetExpr | 
getLeft()  | 
AstCompare.Op | 
getOp()  | 
AstSetExpr | 
getRight()  | 
String | 
toString()  | 
public AstCompare.Op getOp()
public AstSetExpr getLeft()
public AstSetExpr getRight()
public <A,B> B accept(AstExprVisitor<A,B> visitor, A a)
AstExprCopyright © 2013. All Rights Reserved.