Class KSValueArgumentImpl

  • All Implemented Interfaces:
    com.google.devtools.ksp.symbol.KSAnnotated , com.google.devtools.ksp.symbol.KSNode , com.google.devtools.ksp.symbol.KSValueArgument

    
    public abstract class KSValueArgumentImpl
     implements KSValueArgument
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Integer hashCode()
      Boolean equals(Object other)
      <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.KSValueArgument

        getName, getValue, isSpread
      • Methods inherited from class com.google.devtools.ksp.symbol.KSNode

        getLocation, getOrigin, getParent
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait