Class KSAnnotationDescriptorImplKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Map<Name, ConstantValue<?>> getValueArguments(LazyAnnotationDescriptor $self)
      final static List<KSValueArgument> createKSValueArguments(AnnotationDescriptor $self, KSAnnotation ownerAnnotation)
      final static List<KSValueArgument> getAbsentDefaultArguments(ClassConstructorDescriptor $self, List<String> excludeNames, KSAnnotation ownerAnnotation)
      final static Object getDefaultValue(ValueParameterDescriptor $self, KSAnnotation ownerAnnotation)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getValueArguments

         final static Map<Name, ConstantValue<?>> getValueArguments(LazyAnnotationDescriptor $self)
      • createKSValueArguments

         final static List<KSValueArgument> createKSValueArguments(AnnotationDescriptor $self, KSAnnotation ownerAnnotation)
      • getDefaultValue

         final static Object getDefaultValue(ValueParameterDescriptor $self, KSAnnotation ownerAnnotation)