| Package | Description |
|---|---|
| wyal.lang |
| Modifier and Type | Class and Description |
|---|---|
static class |
WyalFile.Stmt.ExistentialQuantifier
Represents an unbounded existentially quantified expression of the
form "
some(T v1, ... |
static class |
WyalFile.Stmt.UniversalQuantifier
Represents an unbounded universally quantified expression of the form
"
forall(T v1, ... |
| Modifier and Type | Method and Description |
|---|---|
abstract WyalFile.Stmt.Quantifier |
WyalFile.Stmt.Quantifier.clone(wybs.lang.SyntacticItem[] operands) |
WyalFile.Stmt.Quantifier |
WyalFile.Stmt.UniversalQuantifier.clone(wybs.lang.SyntacticItem[] operands) |
WyalFile.Stmt.Quantifier |
WyalFile.Stmt.ExistentialQuantifier.clone(wybs.lang.SyntacticItem[] operands) |
Copyright © 2017. All rights reserved.