Package com.google.devtools.ksp.common
Interface LookupTrackerWrapper
-
- All Implemented Interfaces:
public interface LookupTrackerWrapper
-
-
Method Summary
Modifier and Type Method Description abstract Unitrecord(String filePath, String scopeFqName, String name)abstract MultiMap<LookupSymbolWrapper, String>getLookups()-
-
Method Detail
-
getLookups
abstract MultiMap<LookupSymbolWrapper, String> getLookups()
-
-
-
-