public abstract static class WyalFile.Stmt.Quantifier extends AbstractSyntacticItem implements WyalFile.Stmt
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 |
|---|
Quantifier(WyalFile.Opcode opcode,
WyalFile.Tuple<WyalFile.VariableDeclaration> parameters,
WyalFile.Stmt.Block body) |
Quantifier(WyalFile.Opcode opcode,
WyalFile.VariableDeclaration[] parameters,
WyalFile.Stmt.Block body) |
| Modifier and Type | Method and Description |
|---|---|
abstract WyalFile.Stmt.Quantifier |
clone(SyntacticItem[] operands)
Create a new copy of the given syntactic item with the given operands.
|
WyalFile.Stmt.Block |
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.Stmt.Block body)
public Quantifier(WyalFile.Opcode opcode, WyalFile.Tuple<WyalFile.VariableDeclaration> parameters, WyalFile.Stmt.Block body)
public WyalFile.Tuple<WyalFile.VariableDeclaration> getParameters()
public WyalFile.Stmt.Block getBody()
public abstract WyalFile.Stmt.Quantifier clone(SyntacticItem[] operands)
SyntacticItemsize() for this item, and
be of appropriate type.clone in interface SyntacticItemCopyright © 2017. All rights reserved.