Package | Description |
---|---|
de.uka.ilkd.key.logic |
provides a representation for the term and sequent
structure.
|
de.uka.ilkd.key.rule |
This package contains classes for implementing rules.
|
Modifier and Type | Field and Description |
---|---|
static RenameTable |
RenameTable.EMPTY_TABLE |
Modifier and Type | Method and Description |
---|---|
RenameTable |
RenameTable.assign(QuantifiableVariable n1,
QuantifiableVariable n2)
assigns both QuantifiableVariable objects the same abstract name
|
RenameTable |
RenameTable.extend()
creates a nested renaming table with
this
as parent |
RenameTable |
RenameTable.parent() |
Constructor and Description |
---|
RenameTable(RenameTable parent,
ImmutableMap<QuantifiableVariable,java.lang.Integer> localTable,
int newMax) |
Modifier and Type | Method and Description |
---|---|
RenameTable |
MatchConditions.renameTable() |
Constructor and Description |
---|
MatchConditions(SVInstantiations p_instantiations,
RenameTable p_renameTable) |
Copyright © 2003-2019 The KeY-Project.