Package | Description |
---|---|
de.uka.ilkd.key.java |
This package contains classes that cover the Java programming language.
|
de.uka.ilkd.key.proof |
This package contains the core data structures of proofs, nodes, goals, as well
as machinery to deal with these data structures.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<PrefixTermTacletAppIndexCacheImpl.CacheKey,TermTacletAppIndex> |
ServiceCaches.getTermTacletAppIndexCache()
Returns the cache used by
TermTacletAppIndexCacheSet instances. |
Modifier and Type | Method and Description |
---|---|
TermTacletAppIndex |
TermTacletAppIndex.addTaclets(RuleFilter filter,
PosInOccurrence pos,
Services services,
TacletIndex tacletIndex,
NewRuleListener listener)
Create a new tree of indices that additionally contain the taclets that
are selected by
filter |
static TermTacletAppIndex |
TermTacletAppIndex.create(PosInOccurrence pos,
Services services,
TacletIndex tacletIndex,
NewRuleListener listener,
RuleFilter filter,
TermTacletAppIndexCacheSet indexCaches)
Create an index for the given term
|
TermTacletAppIndex |
PrefixTermTacletAppIndexCacheImpl.getIndexForTerm(Term t) |
TermTacletAppIndex |
ITermTacletAppIndexCache.getIndexForTerm(Term t) |
Modifier and Type | Method and Description |
---|---|
void |
PrefixTermTacletAppIndexCacheImpl.putIndexForTerm(Term t,
TermTacletAppIndex index) |
void |
ITermTacletAppIndexCache.putIndexForTerm(Term t,
TermTacletAppIndex index)
Put the taclet app index
index for the term t
in the cache |
Constructor and Description |
---|
PrefixTermTacletAppIndexCacheImpl(ImmutableList<QuantifiableVariable> prefix,
java.util.Map<PrefixTermTacletAppIndexCacheImpl.CacheKey,TermTacletAppIndex> cache) |
TermTacletAppIndexCacheSet(java.util.Map<PrefixTermTacletAppIndexCacheImpl.CacheKey,TermTacletAppIndex> cache) |
Copyright © 2003-2019 The KeY-Project.