|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExprUnary | |
|---|---|
| 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 ExprUnary in edu.mit.csail.sdg.alloy4compiler.ast |
|---|
| Methods in edu.mit.csail.sdg.alloy4compiler.ast with parameters of type ExprUnary | |
|---|---|
abstract T |
VisitReturn.visit(ExprUnary x)
Visits an ExprUnary node. |
T |
VisitQuery.visit(ExprUnary x)
Visits an ExprUnary node (OP X) by calling accept() on X. |
| Uses of ExprUnary in edu.mit.csail.sdg.alloy4compiler.sim |
|---|
| Methods in edu.mit.csail.sdg.alloy4compiler.sim with parameters of type ExprUnary | |
|---|---|
java.lang.Object |
SimInstance.visit(ExprUnary x)
Visits an ExprUnary node. |
| Uses of ExprUnary in edu.mit.csail.sdg.alloy4compiler.translator |
|---|
| Methods in edu.mit.csail.sdg.alloy4compiler.translator with parameters of type ExprUnary | |
|---|---|
java.lang.Object |
TranslateAlloyToKodkod.visit(ExprUnary x)
Visits an ExprUnary node. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||