public static class WyalFile.Stmt.ExistentialQuantifier extends WyalFile.Stmt.Quantifier
some(T v1, ... T vn): block" where
T1 v1 ... Tn vn are the quantified
variable declarations and block is the body
consisting of a statement block.WyalFile.Stmt.Block, WyalFile.Stmt.CaseOf, WyalFile.Stmt.ExistentialQuantifier, WyalFile.Stmt.IfThen, WyalFile.Stmt.Quantifier, WyalFile.Stmt.UniversalQuantifier| Constructor and Description |
|---|
ExistentialQuantifier(wybs.util.AbstractCompilationUnit.Tuple<WyalFile.VariableDeclaration> parameters,
WyalFile.Stmt.Block body) |
ExistentialQuantifier(WyalFile.VariableDeclaration[] parameters,
WyalFile.Stmt.Block body) |
| Modifier and Type | Method and Description |
|---|---|
WyalFile.Stmt.Quantifier |
clone(wybs.lang.SyntacticItem[] operands) |
getBody, getParametersallocate, compareTo, equals, get, getAll, getAncestor, getData, getHeap, getIndex, getOpcode, getParent, hashCode, match, setOpcode, setOperand, size, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitallocate, get, getAll, getData, getHeap, getIndex, getOpcode, getParent, setOpcode, setOperand, sizecompareTopublic ExistentialQuantifier(WyalFile.VariableDeclaration[] parameters, WyalFile.Stmt.Block body)
public ExistentialQuantifier(wybs.util.AbstractCompilationUnit.Tuple<WyalFile.VariableDeclaration> parameters, WyalFile.Stmt.Block body)
public WyalFile.Stmt.Quantifier clone(wybs.lang.SyntacticItem[] operands)
clone in interface wybs.lang.SyntacticItemclone in class WyalFile.Stmt.QuantifierCopyright © 2017. All rights reserved.