-
- All Implemented Interfaces:
-
com.google.devtools.ksp.symbol.KSNode,com.google.devtools.ksp.symbol.KSReferenceElement
public interface KSDynamicReference implements KSReferenceElement
Models
dynamictype for Kotlin/JS.
-
-
Method Summary
Modifier and Type Method Description abstract List<KSTypeArgument>getTypeArguments()Type arguments in the type reference. abstract OrigingetOrigin()abstract LocationgetLocation()abstract KSNodegetParent()-
-
Method Detail
-
getTypeArguments
abstract List<KSTypeArgument> getTypeArguments()
Type arguments in the type reference.
-
getLocation
abstract Location getLocation()
-
-
-
-