Class KSCallableReferenceImpl
-
- All Implemented Interfaces:
-
com.google.devtools.ksp.symbol.KSCallableReference,com.google.devtools.ksp.symbol.KSNode,com.google.devtools.ksp.symbol.KSReferenceElement
public final class KSCallableReferenceImpl implements KSCallableReference
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKSCallableReferenceImpl.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Originoriginprivate final Locationlocationprivate final KSNodeparentprivate final List<KSTypeArgument>typeArgumentsprivate final List<KSValueParameter>functionParametersprivate final KSTypeReferencereceiverTypeprivate final KSTypeReferencereturnTypeprivate final KtFunctionTypektFunctionTypepublic final static KSCallableReferenceImpl.CompanionCompanion
-
Method Summary
Modifier and Type Method Description OrigingetOrigin()LocationgetLocation()KSNodegetParent()List<KSTypeArgument>getTypeArguments()List<KSValueParameter>getFunctionParameters()KSTypeReferencegetReceiverType()KSTypeReferencegetReturnType()final KtFunctionTypegetKtFunctionType()StringtoString()-
-
Method Detail
-
getOrigin
Origin getOrigin()
-
getLocation
Location getLocation()
-
getParent
KSNode getParent()
-
getTypeArguments
List<KSTypeArgument> getTypeArguments()
-
getFunctionParameters
List<KSValueParameter> getFunctionParameters()
-
getReceiverType
KSTypeReference getReceiverType()
-
getReturnType
KSTypeReference getReturnType()
-
getKtFunctionType
final KtFunctionType getKtFunctionType()
-
-
-
-