类 KotlinPropertyMetadata
- java.lang.Object
-
- proguard.util.SimpleProcessable
-
- proguard.classfile.kotlin.KotlinPropertyMetadata
-
- 所有已实现的接口:
java.io.Serializable,KotlinAnnotatable,Processable
public class KotlinPropertyMetadata extends SimpleProcessable implements KotlinAnnotatable
- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 proguard.util.SimpleProcessable
processingFlags, processingInfo
-
-
构造器概要
构造器 构造器 说明 KotlinPropertyMetadata(KotlinPropertyFlags flags, java.lang.String name, KotlinPropertyAccessorMetadata getterMetadata, KotlinPropertyAccessorMetadata setterMetadata)
-
方法概要
-
从类继承的方法 proguard.util.SimpleProcessable
addProcessingFlags, getProcessingFlags, getProcessingInfo, hasProcessingFlags, removeProcessingFlags, setProcessingFlags, setProcessingInfo
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
从接口继承的方法 proguard.util.Processable
accept
-
-
-
-
字段详细资料
-
name
public java.lang.String name
-
flags
public KotlinPropertyFlags flags
-
type
public KotlinTypeMetadata type
-
typeParameters
public java.util.List<KotlinTypeParameterMetadata> typeParameters
-
getterMetadata
public KotlinPropertyAccessorMetadata getterMetadata
-
setterMetadata
@Nullable public @Nullable KotlinPropertyAccessorMetadata setterMetadata
-
setterParameters
@Deprecated public java.util.List<KotlinValueParameterMetadata> setterParameters
已过时。UsesetterParameterinstead. There can only be one setter parameter but this old API used a list.
-
setterParameter
public KotlinValueParameterMetadata setterParameter
-
annotations
public java.util.List<KotlinAnnotation> annotations
-
receiverType
public KotlinTypeMetadata receiverType
-
contextReceivers
@Deprecated public java.util.List<KotlinTypeMetadata> contextReceivers
已过时。
-
contextParameters
public java.util.List<KotlinValueParameterMetadata> contextParameters
-
versionRequirement
public KotlinVersionRequirementMetadata versionRequirement
-
extensionReceiverParameterAnnotations
public java.util.List<KotlinAnnotation> extensionReceiverParameterAnnotations
-
backingFieldAnnotations
public java.util.List<KotlinAnnotation> backingFieldAnnotations
-
delegateFieldAnnotations
public java.util.List<KotlinAnnotation> delegateFieldAnnotations
-
backingFieldSignature
public FieldSignature backingFieldSignature
-
referencedBackingFieldClass
public Clazz referencedBackingFieldClass
-
referencedBackingField
public Field referencedBackingField
-
syntheticMethodForAnnotations
public MethodSignature syntheticMethodForAnnotations
-
referencedSyntheticMethodClass
public Clazz referencedSyntheticMethodClass
-
referencedSyntheticMethodForAnnotations
public Method referencedSyntheticMethodForAnnotations
-
syntheticMethodForDelegate
public MethodSignature syntheticMethodForDelegate
-
referencedSyntheticMethodForDelegateClass
public Clazz referencedSyntheticMethodForDelegateClass
-
referencedSyntheticMethodForDelegateMethod
public Method referencedSyntheticMethodForDelegateMethod
-
-
构造器详细资料
-
KotlinPropertyMetadata
public KotlinPropertyMetadata(KotlinPropertyFlags flags, java.lang.String name, KotlinPropertyAccessorMetadata getterMetadata, KotlinPropertyAccessorMetadata setterMetadata)
-
-
方法详细资料
-
accept
public void accept(Clazz clazz, KotlinDeclarationContainerMetadata kotlinDeclarationContainerMetadata, KotlinPropertyVisitor kotlinPropertyVisitor)
-
typeAccept
public void typeAccept(Clazz clazz, KotlinDeclarationContainerMetadata kotlinDeclarationContainerMetadata, KotlinTypeVisitor kotlinTypeVisitor)
-
receiverTypeAccept
public void receiverTypeAccept(Clazz clazz, KotlinDeclarationContainerMetadata kotlinDeclarationContainerMetadata, KotlinTypeVisitor kotlinTypeVisitor)
-
contextReceiverTypesAccept
public void contextReceiverTypesAccept(Clazz clazz, KotlinMetadata kotlinMetadata, KotlinTypeVisitor kotlinTypeVisitor)
-
contextParameterValuesAccept
public void contextParameterValuesAccept(Clazz clazz, KotlinDeclarationContainerMetadata kotlinDeclarationContainerMetadata, KotlinValueParameterVisitor kotlinValueParameterVisitor)
-
setterParametersAccept
@Deprecated public void setterParametersAccept(Clazz clazz, KotlinDeclarationContainerMetadata kotlinDeclarationContainerMetadata, KotlinValueParameterVisitor kotlinValueParameterVisitor)
-
setterParameterAccept
public void setterParameterAccept(Clazz clazz, KotlinDeclarationContainerMetadata kotlinDeclarationContainerMetadata, KotlinValueParameterVisitor kotlinValueParameterVisitor)
-
propertyAccessorsAccept
public void propertyAccessorsAccept(Clazz clazz, KotlinMetadata kotlinMetadata, KotlinPropertyAccessorVisitor kotlinPropertyAccessorVisitor)
-
typeParametersAccept
public void typeParametersAccept(Clazz clazz, KotlinDeclarationContainerMetadata kotlinDeclarationContainerMetadata, KotlinTypeParameterVisitor kotlinTypeParameterVisitor)
-
versionRequirementAccept
public void versionRequirementAccept(Clazz clazz, KotlinDeclarationContainerMetadata kotlinDeclarationContainerMetadata, KotlinVersionRequirementVisitor kotlinVersionRequirementVisitor)
-
toString
public java.lang.String toString()
- 覆盖:
toString在类中java.lang.Object
-
annotationsAccept
public void annotationsAccept(Clazz clazz, KotlinAnnotationVisitor kotlinAnnotationVisitor)
- 指定者:
annotationsAccept在接口中KotlinAnnotatable
-
-