public class AstBoolArithm extends Object implements AstBoolExpr
| Modifier and Type | Class and Description |
|---|---|
static class |
AstBoolArithm.Op |
| 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) |
AstBoolArithm.Op |
getOp() |
AstBoolExpr[] |
getOperands() |
int |
hashCode() |
String |
toString() |
public AstBoolArithm.Op getOp()
public AstBoolExpr[] getOperands()
public <A,B> B accept(AstExprVisitor<A,B> visitor, A a)
AstExprCopyright © 2013. All Rights Reserved.