| Package | Description | 
|---|---|
| org.clafer.ast | 
 This package provides the language for building Clafer AST. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AstQuantify.Quantifier | 
AstQuantify.getQuantifier()  | 
static AstQuantify.Quantifier | 
AstQuantify.Quantifier.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AstQuantify.Quantifier[] | 
AstQuantify.Quantifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static AstBoolExpr | 
Asts.quantify(AstQuantify.Quantifier quantifier,
                AstDecl[] decls,
                AstBoolExpr body)  | 
static AstBoolExpr | 
Asts.quantify(AstQuantify.Quantifier quantifier,
                AstDecl decl,
                AstBoolExpr body)  | 
| Constructor and Description | 
|---|
AstQuantify(AstQuantify.Quantifier quantifier,
                      AstDecl[] decls,
                      AstBoolExpr body)  | 
Copyright © 2013. All Rights Reserved.