| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExprLet | |
|---|---|
| edu.mit.csail.sdg.alloy4compiler.ast | This package contains the definition of AST nodes. | 
| edu.mit.csail.sdg.alloy4compiler.sim | This package contains a pure-Java evaluator/simulator for Alloy4 instances. | 
| edu.mit.csail.sdg.alloy4compiler.translator | This package contains the translator from Alloy4 to CNF (using kodkod). | 
| Uses of ExprLet in edu.mit.csail.sdg.alloy4compiler.ast | 
|---|
| Methods in edu.mit.csail.sdg.alloy4compiler.ast with parameters of type ExprLet | |
|---|---|
| abstract  T | VisitReturn.visit(ExprLet x)Visits an ExprLet node. | 
|  T | VisitQuery.visit(ExprLet x)Visits an ExprLet node (let a=x | y) by calling accept() on "a", "x", then "y". | 
| Uses of ExprLet in edu.mit.csail.sdg.alloy4compiler.sim | 
|---|
| Methods in edu.mit.csail.sdg.alloy4compiler.sim with parameters of type ExprLet | |
|---|---|
|  java.lang.Object | SimInstance.visit(ExprLet x)Visits an ExprLet node. | 
| Uses of ExprLet in edu.mit.csail.sdg.alloy4compiler.translator | 
|---|
| Methods in edu.mit.csail.sdg.alloy4compiler.translator with parameters of type ExprLet | |
|---|---|
|  java.lang.Object | TranslateAlloyToKodkod.visit(ExprLet x)Visits an ExprLet node. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||