Class KSAnnotationDescriptorImplKt
-
- All Implemented Interfaces:
public final class KSAnnotationDescriptorImplKt
-
-
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 ObjectgetDefaultValue(ValueParameterDescriptor $self, KSAnnotation ownerAnnotation)-
-
Method Detail
-
getValueArguments
final static Map<Name, ConstantValue<?>> getValueArguments(LazyAnnotationDescriptor $self)
-
createKSValueArguments
final static List<KSValueArgument> createKSValueArguments(AnnotationDescriptor $self, KSAnnotation ownerAnnotation)
-
getAbsentDefaultArguments
final static List<KSValueArgument> getAbsentDefaultArguments(ClassConstructorDescriptor $self, List<String> excludeNames, KSAnnotation ownerAnnotation)
-
getDefaultValue
final static Object getDefaultValue(ValueParameterDescriptor $self, KSAnnotation ownerAnnotation)
-
-
-
-