Class KSTypeArgumentImpl
-
- All Implemented Interfaces:
-
com.google.devtools.ksp.symbol.KSAnnotated,com.google.devtools.ksp.symbol.KSNode,com.google.devtools.ksp.symbol.KSTypeArgument
public abstract class KSTypeArgumentImpl implements KSTypeArgument
-
-
Constructor Summary
Constructors Constructor Description KSTypeArgumentImpl()
-
Method Summary
Modifier and Type Method Description <D extends Any, R extends Any> Raccept(KSVisitor<D, R> visitor, D data)StringtoString()-
Methods inherited from class com.google.devtools.ksp.symbol.KSAnnotated
getAnnotations -
Methods inherited from class com.google.devtools.ksp.symbol.KSNode
getLocation, getOrigin, getParent -
Methods inherited from class com.google.devtools.ksp.symbol.KSTypeArgument
getType, getVariance -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-