Package | Description |
---|---|
org.clafer.ast |
This package provides the language for building Clafer AST.
|
Modifier and Type | Class and Description |
---|---|
class |
AstAbstractClafer
An abstract Clafer.
|
class |
AstBoolClafer
The primitive boolean Clafer.
|
class |
AstClafer
A Clafer in the model.
|
class |
AstConcreteClafer
A concrete Clafer.
|
class |
AstIntClafer
The primitive integer Clafer.
|
class |
AstLocal
A local is a binding of a value to a name in quantifiers.
|
class |
AstModel
The Clafer model.
|
class |
AstPrimClafer
A primitive Clafer.
|
Modifier and Type | Method and Description |
---|---|
static String[] |
AstUtil.getNames(AstVar... vars)
Retrieve the names of the variables.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
AstUtil.getNames(Iterable<? extends AstVar> vars)
Retrieve the names of the Clafers.
|
Copyright © 2013. All Rights Reserved.