Class KSValueArgumentLiteImpl
-
- All Implemented Interfaces:
-
com.google.devtools.ksp.symbol.KSAnnotated,com.google.devtools.ksp.symbol.KSNode,com.google.devtools.ksp.symbol.KSValueArgument
public final class KSValueArgumentLiteImpl extends KSValueArgumentImpl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKSValueArgumentLiteImpl.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Locationlocationprivate final Sequence<KSAnnotation>annotationsprivate final BooleanisSpreadprivate final KSNamenameprivate final Objectvalueprivate final KSNodeparentprivate final Originoriginpublic final static KSValueArgumentLiteImpl.CompanionCompanion
-
Method Summary
Modifier and Type Method Description LocationgetLocation()Sequence<KSAnnotation>getAnnotations()BooleanisSpread()KSNamegetName()ObjectgetValue()KSNodegetParent()OrigingetOrigin()-
-
Method Detail
-
getLocation
Location getLocation()
-
getAnnotations
Sequence<KSAnnotation> getAnnotations()
-
getName
KSName getName()
-
getParent
KSNode getParent()
-
getOrigin
Origin getOrigin()
-
-
-
-