-
- All Implemented Interfaces:
-
com.google.devtools.ksp.symbol.KSNode
public interface KSReferenceElement implements KSNode
An application/reference to a type declared somewhere else.
KSReferenceElement can specify, for example, a class, interface, or function, etc.
-
-
Method Summary
Modifier and Type Method Description abstract List<KSTypeArgument>getTypeArguments()Type arguments in the type reference. -
-
Method Detail
-
getTypeArguments
abstract List<KSTypeArgument> getTypeArguments()
Type arguments in the type reference.
-
-
-
-