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
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Sequence<KSAnnotation> annotations
      private final Location location
      private final Origin origin
      private final KSNode parent
      private final KSTypeReference type
      private final Variance variance
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      <D extends Any, R extends Any> R accept(KSVisitor<D, R> visitor, D data)
      String toString()
      • 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
    • Constructor Detail

      • KSTypeArgumentImpl

        KSTypeArgumentImpl()