public abstract static class WyalFile.Expr.Quantifier extends AbstractSyntacticItem implements WyalFile.Expr
forall(T v1, ... T vn).e" or
"exists(T v1, ... T vn).e" where T1 v1 ...
Tn vn are the quantified variable declarations
and e is the body.AbstractSyntacticItem.Blocks, AbstractSyntacticItem.Extras, AbstractSyntacticItem.Operands, AbstractSyntacticItem.SchemaWyalFile.Expr.Addition, WyalFile.Expr.ArrayAccess, WyalFile.Expr.ArrayGenerator, WyalFile.Expr.ArrayInitialiser, WyalFile.Expr.ArrayLength, WyalFile.Expr.ArrayUpdate, WyalFile.Expr.Cast, WyalFile.Expr.Constant, WyalFile.Expr.Dereference, WyalFile.Expr.Division, WyalFile.Expr.Equal, WyalFile.Expr.ExistentialQuantifier, WyalFile.Expr.GreaterThan, WyalFile.Expr.GreaterThanOrEqual, WyalFile.Expr.InfixOperator, WyalFile.Expr.Invoke, WyalFile.Expr.Is, WyalFile.Expr.LessThan, WyalFile.Expr.LessThanOrEqual, WyalFile.Expr.LogicalAnd, WyalFile.Expr.LogicalIff, WyalFile.Expr.LogicalImplication, WyalFile.Expr.LogicalNot, WyalFile.Expr.LogicalOr, WyalFile.Expr.Multiplication, WyalFile.Expr.Negation, WyalFile.Expr.NotEqual, WyalFile.Expr.Operator, WyalFile.Expr.Quantifier, WyalFile.Expr.RecordAccess, WyalFile.Expr.RecordInitialiser, WyalFile.Expr.RecordUpdate, WyalFile.Expr.Remainder, WyalFile.Expr.Subtraction, WyalFile.Expr.UniversalQuantifier, WyalFile.Expr.VariableAccessWyalFile.Stmt.Block, WyalFile.Stmt.CaseOf, WyalFile.Stmt.IfThendata| Constructor and Description |
|---|
Quantifier(WyalFile.Opcode opcode,
WyalFile.Tuple<WyalFile.VariableDeclaration> parameters,
WyalFile.Expr body) |
Quantifier(WyalFile.Opcode opcode,
WyalFile.VariableDeclaration[] parameters,
WyalFile.Expr body) |
| Modifier and Type | Method and Description |
|---|---|
abstract WyalFile.Expr |
clone(SyntacticItem[] operands)
Create a new copy of the given syntactic item with the given operands.
|
WyalFile.Expr |
getBody() |
WyalFile.Tuple<WyalFile.VariableDeclaration> |
getParameters() |
allocate, 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 Quantifier(WyalFile.Opcode opcode, WyalFile.VariableDeclaration[] parameters, WyalFile.Expr body)
public Quantifier(WyalFile.Opcode opcode, WyalFile.Tuple<WyalFile.VariableDeclaration> parameters, WyalFile.Expr body)
public WyalFile.Tuple<WyalFile.VariableDeclaration> getParameters()
public WyalFile.Expr getBody()
public abstract WyalFile.Expr clone(SyntacticItem[] operands)
SyntacticItemsize() for this item, and
be of appropriate type.clone in interface SyntacticItemCopyright © 2017. All rights reserved.