Class KSFunctionErrorImpl
-
- All Implemented Interfaces:
-
com.google.devtools.ksp.symbol.KSFunction
public final class KSFunctionErrorImpl implements KSFunctionUsed when
ResolverImpl.asMemberOfis called with an error type or function declaration cannot be found.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisErrorprivate final KSTypereturnTypeprivate final List<KSType>parameterTypesprivate final List<KSTypeParameter>typeParametersprivate final KSTypeextensionReceiverType
-
Constructor Summary
Constructors Constructor Description KSFunctionErrorImpl(KSFunctionDeclaration declaration)
-
Method Summary
Modifier and Type Method Description BooleanisError()KSTypegetReturnType()List<KSType>getParameterTypes()List<KSTypeParameter>getTypeParameters()KSTypegetExtensionReceiverType()Booleanequals(Object other)IntegerhashCode()-
-
Method Detail
-
getReturnType
KSType getReturnType()
-
getParameterTypes
List<KSType> getParameterTypes()
-
getTypeParameters
List<KSTypeParameter> getTypeParameters()
-
getExtensionReceiverType
KSType getExtensionReceiverType()
-
-
-
-