Package com.google.devtools.ksp
Class LookupStorageWrapperImpl
-
- All Implemented Interfaces:
-
com.google.devtools.ksp.common.LookupStorageWrapper
public final class LookupStorageWrapperImpl implements LookupStorageWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private final LookupStorageimpl
-
Constructor Summary
Constructors Constructor Description LookupStorageWrapperImpl(LookupStorage impl)
-
Method Summary
Modifier and Type Method Description final LookupStoragegetImpl()Collection<String>get(LookupSymbolWrapper lookupSymbol)Unitupdate(LookupTrackerWrapper lookupTracker, Iterable<File> filesToCompile, Iterable<File> removedFiles)UnitremoveLookupsFrom(Sequence<File> files)Unitclose()Unitflush()
-