Package | Description |
---|---|
de.uka.ilkd.key.rule.inst |
contains classes for the instantiation of schema variables of
Taclet s. |
org.key_project.util.collection |
Modifier and Type | Method and Description |
---|---|
ImmutableMapEntry<SchemaVariable,InstantiationEntry<?>> |
SVInstantiations.lookupEntryForSV(Name name) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ImmutableMapEntry<SchemaVariable,InstantiationEntry<?>>> |
SVInstantiations.pairIterator()
returns iterator of the mapped pair (SchemaVariables, InstantiationEntry>)
|
Modifier and Type | Method and Description |
---|---|
static GenericSortInstantiations |
GenericSortInstantiations.create(java.util.Iterator<ImmutableMapEntry<SchemaVariable,InstantiationEntry<?>>> p_instantiations,
ImmutableList<GenericSortCondition> p_conditions,
Services services)
Create an object that solves the conditions given by the
instantiation iterator, i.e.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ImmutableMapEntry<S,T>> |
DefaultImmutableMap.iterator() |
java.util.Iterator<ImmutableMapEntry<S,T>> |
ImmutableMap.iterator() |
Constructor and Description |
---|
DefaultImmutableMap(ImmutableMapEntry<S,T> entry)
creates new map with mapping entry
|
DefaultImmutableMap(ImmutableMapEntry<S,T> entry,
DefaultImmutableMap<S,T> parent)
creates new map with mapping entry and parent map
|
Copyright © 2003-2019 The KeY-Project.