Class AnyChanges

  • All Implemented Interfaces:
    com.google.devtools.ksp.symbol.KSAnnotated , com.google.devtools.ksp.symbol.KSDeclarationContainer , com.google.devtools.ksp.symbol.KSFile , com.google.devtools.ksp.symbol.KSNode

    
    public final class AnyChanges
    extends KSVirtualFile
                        

    Used when an output potentially depends on new information.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      AnyChanges(File baseDir)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.google.devtools.ksp.common.KSVirtualFile

        accept, getAnnotations, getBaseDir, getDeclarations, getFileName, getFilePath, getLocation, getName, getOrigin, getPackageName, getParent
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnyChanges

        AnyChanges(File baseDir)
    • Method Detail