| Package | Description |
|---|---|
| wyc.lang |
Provides core classes for the Abstract Syntax Tree (AST) used to represent Whiley source files.
|
| Modifier and Type | Field and Description |
|---|---|
Expr.QOp |
Expr.Quantifier.cop |
| Modifier and Type | Method and Description |
|---|---|
static Expr.QOp |
Expr.QOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Expr.QOp[] |
Expr.QOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Quantifier(Expr.QOp cop,
Collection<wycc.util.Triple<String,Expr,Expr>> sources,
Expr condition,
wybs.lang.Attribute... attributes) |
Copyright © 2017. All rights reserved.