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.AbstractSyntacticItem.Blocks, AbstractSyntacticItem.Extras, AbstractSyntacticItem.Operands, AbstractSyntacticItem.SchemaWyalFile.Stmt.Block, WyalFile.Stmt.CaseOf, WyalFile.Stmt.ExistentialQuantifier, WyalFile.Stmt.IfThen, WyalFile.Stmt.Quantifier, WyalFile.Stmt.UniversalQuantifierdata| Constructor and Description |
|---|
ExistentialQuantifier(WyalFile.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(SyntacticItem[] operands)
Create a new copy of the given syntactic item with the given operands.
|
getBody, getParametersallocate, compareTo, equals, getData, getIndex, getOpcode, getOperand, getOperands, getParent, hashCode, setOpcode, setOperand, size, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitallocate, getData, getIndex, getOpcode, getOperand, getOperands, getParent, setOpcode, setOperand, sizecompareTopublic ExistentialQuantifier(WyalFile.VariableDeclaration[] parameters, WyalFile.Stmt.Block body)
public ExistentialQuantifier(WyalFile.Tuple<WyalFile.VariableDeclaration> parameters, WyalFile.Stmt.Block body)
public WyalFile.Stmt.Quantifier clone(SyntacticItem[] operands)
SyntacticItemsize() for this item, and
be of appropriate type.clone in interface SyntacticItemclone in class WyalFile.Stmt.QuantifierCopyright © 2017. All rights reserved.