Package com.google.devtools.ksp
Class IncrementalContext
-
- All Implemented Interfaces:
public final class IncrementalContext extends IncrementalContextBase
-
-
Constructor Summary
Constructors Constructor Description IncrementalContext(KspOptions options, ComponentProvider componentProvider, File anyChangesWildcard)
-
Method Summary
Modifier and Type Method Description final Map<String, List<String>>dumpLookupRecords()final UnitrecordLookup(PsiType ref)final UnitrecordLookupWithSupertypes(KotlinType kotlinType)final UnitrecordLookupForCallableMemberDescriptor(CallableMemberDescriptor descriptor)final UnitrecordLookupForGetAllFunctions(ClassDescriptor descriptor)final UnitrecordLookupForGetAllProperties(ClassDescriptor descriptor)final UnitrecordLookupForDeclaration(KSDeclaration declaration)-
Methods inherited from class com.google.devtools.ksp.common.IncrementalContextBase
calcDirtyFiles, recordGetSealedSubclasses, recordLookup, registerGeneratedFiles, updateCachesAndOutputs -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
IncrementalContext
IncrementalContext(KspOptions options, ComponentProvider componentProvider, File anyChangesWildcard)
-
-
Method Detail
-
dumpLookupRecords
final Map<String, List<String>> dumpLookupRecords()
-
recordLookup
final Unit recordLookup(PsiType ref)
-
recordLookupWithSupertypes
final Unit recordLookupWithSupertypes(KotlinType kotlinType)
-
recordLookupForCallableMemberDescriptor
final Unit recordLookupForCallableMemberDescriptor(CallableMemberDescriptor descriptor)
-
recordLookupForGetAllFunctions
final Unit recordLookupForGetAllFunctions(ClassDescriptor descriptor)
-
recordLookupForGetAllProperties
final Unit recordLookupForGetAllProperties(ClassDescriptor descriptor)
-
recordLookupForDeclaration
final Unit recordLookupForDeclaration(KSDeclaration declaration)
-
-
-
-