Package com.google.devtools.ksp.common
Class NoSourceFile
-
- 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 NoSourceFile extends KSVirtualFile
Used for classes from classpath, i.e., classes without source files.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringfqnprivate 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 NoSourceFile(File baseDir, String fqn)
-
Method Summary
-
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
-
-