public class AstQuantify extends Object implements AstBoolExpr
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AstQuantify.Quantifier  | 
| Constructor and Description | 
|---|
AstQuantify(AstQuantify.Quantifier quantifier,
                      AstDecl[] decls,
                      AstBoolExpr body)  | 
| Modifier and Type | Method and Description | 
|---|---|
<A,B> B | 
accept(AstExprVisitor<A,B> visitor,
            A a)
Dynamic dispatch on the visitor. 
 | 
AstBoolExpr | 
getBody()  | 
AstDecl[] | 
getDecls()  | 
AstQuantify.Quantifier | 
getQuantifier()  | 
String | 
toString()  | 
public AstQuantify(AstQuantify.Quantifier quantifier, AstDecl[] decls, AstBoolExpr body)
public AstQuantify.Quantifier getQuantifier()
public AstBoolExpr getBody()
public <A,B> B accept(AstExprVisitor<A,B> visitor, A a)
AstExprCopyright © 2013. All Rights Reserved.