Class KSFileImpl
-
- 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 KSFileImpl implements KSFile
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKSFileImpl.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Originoriginprivate final Locationlocationprivate final KSNodeparentprivate final KSNamepackageNameprivate final Sequence<KSAnnotation>annotationsprivate final Sequence<KSDeclaration>declarationsprivate final StringfileNameprivate final StringfilePathprivate final KtFilefilepublic final static KSFileImpl.CompanionCompanion
-
Method Summary
Modifier and Type Method Description OrigingetOrigin()LocationgetLocation()KSNodegetParent()KSNamegetPackageName()Sequence<KSAnnotation>getAnnotations()Sequence<KSDeclaration>getDeclarations()StringgetFileName()StringgetFilePath()final KtFilegetFile()<D extends Any, R extends Any> Raccept(KSVisitor<D, R> visitor, D data)StringtoString()-
-
Method Detail
-
getOrigin
Origin getOrigin()
-
getLocation
Location getLocation()
-
getParent
KSNode getParent()
-
getPackageName
KSName getPackageName()
-
getAnnotations
Sequence<KSAnnotation> getAnnotations()
-
getDeclarations
Sequence<KSDeclaration> getDeclarations()
-
getFileName
String getFileName()
-
getFilePath
String getFilePath()
-
getFile
final KtFile getFile()
-
-
-
-