public interface ITermTacletAppIndexCache
TermTacletAppIndex.TermTacletAppIndexCacheSet| Modifier and Type | Method and Description |
|---|---|
ITermTacletAppIndexCache |
descend(Term t,
int subtermIndex)
Determine the cache that is responsible for locations within the
subtermIndex'th subterm of the term t
(assuming that this cache is responsible for the location
of the term t). |
TermTacletAppIndex |
getIndexForTerm(Term t) |
void |
putIndexForTerm(Term t,
TermTacletAppIndex index)
Put the taclet app index
index for the term t
in the cache |
TermTacletAppIndex getIndexForTerm(Term t)
t, or
null if no index for this term was found in the
cachevoid putIndexForTerm(Term t, TermTacletAppIndex index)
index for the term t
in the cacheITermTacletAppIndexCache descend(Term t, int subtermIndex)
subtermIndex'th subterm of the term t
(assuming that this cache is responsible for the location
of the term t). This method is used in
TermTacletAppIndex when recursively constructing the index
for a given term.