| Package | Description | 
|---|---|
| org.clafer.ast | 
 This package provides the language for building Clafer AST. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AstMembership.Op | 
AstMembership.getOp()  | 
static AstMembership.Op | 
AstMembership.Op.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AstMembership.Op[] | 
AstMembership.Op.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.membership(AstSetExpr member,
                    AstMembership.Op op,
                    AstSetExpr set)  | 
Copyright © 2013. All Rights Reserved.