| Package | Description | 
|---|---|
| org.clafer.ast | 
 This package provides the language for building Clafer AST. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AstLocal[] | 
AstDecl.getLocals()  | 
static AstLocal | 
Asts.local(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
static AstDecl | 
Asts.decl(AstLocal[] locals,
        AstSetExpr body)  | 
static AstDecl | 
Asts.decl(AstLocal local,
        AstSetExpr body)  | 
static AstDecl | 
Asts.decl(boolean disjoint,
        AstLocal[] locals,
        AstSetExpr body)  | 
static AstDecl | 
Asts.disjDecl(AstLocal[] locals,
                AstSetExpr body)  | 
B | 
AstExprVisitor.visit(AstLocal ast,
          A a)  | 
AstExpr | 
AstExprRewriter.visit(AstLocal ast,
          T a)  | 
| Constructor and Description | 
|---|
AstDecl(boolean disjoint,
              AstLocal[] locals,
              AstSetExpr body)  | 
Copyright © 2013. All Rights Reserved.