-
- All Implemented Interfaces:
-
com.google.devtools.ksp.symbol.KSNode,com.google.devtools.ksp.symbol.KSReferenceElement
public interface KSParenthesizedReference implements KSReferenceElement
A reference within a parenthesis
-
-
Method Summary
Modifier and Type Method Description abstract KSReferenceElementgetElement()The reference in this parenthesis abstract List<KSTypeArgument>getTypeArguments()Type arguments in the type reference. abstract OrigingetOrigin()abstract LocationgetLocation()abstract KSNodegetParent()-
-
Method Detail
-
getElement
abstract KSReferenceElement getElement()
The reference in this parenthesis
-
getTypeArguments
abstract List<KSTypeArgument> getTypeArguments()
Type arguments in the type reference.
-
getLocation
abstract Location getLocation()
-
-
-
-