| Package | Description |
|---|---|
| wyal.heap | |
| wyal.lang | |
| wytp.proof | |
| wytp.proof.util |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSyntacticHeap |
class |
StructurallyEquivalentHeap
A structurally equivalent heap is one which maintains the "structural
invariant".
|
| Modifier and Type | Method and Description |
|---|---|
SyntacticHeap |
AbstractSyntacticItem.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSyntacticItem.allocate(SyntacticHeap heap,
int index) |
| Constructor and Description |
|---|
StructurallyEquivalentHeap(SyntacticHeap parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
WyalFile |
| Modifier and Type | Method and Description |
|---|---|
SyntacticHeap |
SyntacticItem.getParent()
Get the enclosing compilation unit in which this syntactic item is
contained.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntacticItem.allocate(SyntacticHeap heap,
int index)
Allocated the given item to a syntactic heap.
|
| Modifier and Type | Method and Description |
|---|---|
SyntacticHeap |
Proof.getHeap()
Get the heap in which this proof is operating within.
|
| Modifier and Type | Field and Description |
|---|---|
protected SyntacticHeap |
AbstractProof.heap |
| Modifier and Type | Method and Description |
|---|---|
SyntacticHeap |
AbstractProof.getHeap() |
| Constructor and Description |
|---|
AbstractProof(WyalFile.Declaration.Assert assertion,
SyntacticHeap heap) |
DeltaProof(WyalFile.Declaration.Assert assertion,
SyntacticHeap heap,
Formula axiom) |
Copyright © 2017. All rights reserved.