Package com.google.devtools.ksp.common
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.
-
-
Field Summary
Fields Modifier and Type Field Description private final Sequence<KSAnnotation>annotationsprivate final Sequence<KSDeclaration>declarationsprivate final StringfileNameprivate final StringfilePathprivate final KSNamepackageNameprivate final Originoriginprivate final Locationlocationprivate final KSNodeparentprivate final FilebaseDirprivate final Stringname
-
Constructor Summary
Constructors Constructor Description AnyChanges(File baseDir)
-
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)
-
-
-
-