Package proguard.classfile.kotlin.visitor.filter
-
Class Summary Class Description KotlinAnnotationArgumentFilter Delegates to anotherKotlinAnnotationArgumentVisitorbased on the result of the givenPredicate.KotlinAnnotationFilter Delegates to a givenKotlinAnnotationVisitorif the predicate succeeds.KotlinClassFilter Delegates to the givenClassVisitorif the class has the kotlin.Metadata annotation.KotlinClassKindFilter Delegate to anotherKotlinMetadataVisitorif the predicate returns true, or if there's no predicate.KotlinConstructorFilter KotlinDeclarationContainerFilter Filter KotlinDeclarationContainers, based on the given predicate.KotlinFunctionFilter Delegate to anotherKotlinFunctionVisitorif the predicate returns true.KotlinMetadataFilter ThisKotlinMetadataVisitordelegates its visits to one of two given visitors, depending on whether the given predicate succeeds.KotlinMultiFilePartKindFilter Delegate to anotherKotlinMetadataVisitorif the predicate returns true.KotlinPropertyFilter Delegate to anotherKotlinPropertyVisitorif the predicate returns true.KotlinSyntheticClassKindFilter Delegate to anotherKotlinMetadataVisitorif the predicate returns true.KotlinTypeAliasFilter Delegates to anotherKotlinTypeAliasVisitorif the predicate succeeds; otherwise to the rejected visitor.KotlinTypeFilter This KotlinTypeVisitor delegates to another KotlinTypeVisitor if the predicate succeeds.KotlinTypeParameterFilter ThisKotlinTypeParameterFilterdelegates to another KotlinTypeVisitor if the predicate succeeds.KotlinValueParameterFilter ThisKotlinValueParameterVisitordelegates to another KotlinValueParameterVisitor if the predicate succeeds.